Skip to content

mcp documentation server for Zed

io.github.andrea9293/mcp-documentation-server

Local-first document management and semantic search for AI coding agents

client:Zed transport:stdio runtime:npm

Install mcp documentation server in Zed

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

{
  "context_servers": {
    "mcp-documentation-server": {
      "command": "npx",
      "args": [
        "-y",
        "@andrea9293/mcp-documentation-server"
      ]
    }
  }
}

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

mcp documentation server in other clients