MCP server for [Awesome-llms-txt](https://github.com/SecretiveShell/Awesome-llms-txt). Add documentation directly into your conversation via mcp
Mcp llms txt mcp server connects MCP Llms Txt to AI assistants that speak the Model Context Protocol. MCP server for Awesome-llms-txt. Add documentation directly into your conversation via mcp resources.
MCP server for Awesome-llms-txt. Add documentation directly into your conversation via mcp resources.
The server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
The server reads one environment variable: PYTHONUTF8. Keep credentials in your client's env block or a secrets manager rather than committing them.
Knowledge and memory servers address the most frustrating trait of language models — walking into every conversation with no recollection of the last one. MCP Llms Txt sits in that group. Worth comparing against the other knowledge memory servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"llms-txt": {
"command": "npx",
"args": ["-y", "@smithery/cli"],
"env": {
"PYTHONUTF8": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PYTHONUTF8 | Configuration value read at startup. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.