Skip to content
Zed

citecite mcp for Zed

io.github.mukundakatta/citecite-mcp

Inject, parse, and strip [N] citation markers in RAG outputs.

client:Zed transport:stdio runtime:npm

Install citecite mcp in Zed

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

{
  "context_servers": {
    "citecite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/citecite-mcp"
      ]
    }
  }
}

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

citecite mcp in other clients