Skip to content
Zed

llm wiki mcp for Zed

io.github.flsteven87/llm-wiki-mcp

MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time.

client:Zed transport:stdio runtime:pypi

Install llm wiki mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "llm-wiki-mcp": {
      "command": "uvx",
      "args": [
        "llm-wiki-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

llm wiki mcp in other clients