Skip to content
Zed

rag mcp for Zed

io.github.jaimenbell/rag-mcp

Minimal RAG-over-a-corpus MCP retrieval: search_knowledge returns cited chunks. Local embeddings.

client:Zed transport:stdio runtime:pypi

Install rag mcp in Zed

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

{
  "context_servers": {
    "rag-mcp": {
      "command": "uvx",
      "args": [
        "jaimenbell-rag-mcp"
      ]
    }
  }
}

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

rag mcp in other clients