llm wiki mcp for Claude Desktop
io.github.flsteven87/llm-wiki-mcp
MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time.
client:Claude Desktop
transport:stdio
runtime:pypi
Install llm wiki mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"llm-wiki-mcp": {
"command": "uvx",
"args": [
"llm-wiki-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs