Skip to content
Zed

Repo-to-RAG for Zed

io.github.evozim/repo-to-rag

GitHub repository vectorizer and context synthesizer for RAG pipelines.

client:Zed transport:sse

Install Repo-to-RAG in Zed

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

{
  "context_servers": {
    "repo-to-rag": {
      "url": "https://repo-to-rag-mcp.vercel.app/api/mcp"
    }
  }
}

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

Repo-to-RAG in other clients