Skip to content
VS Code

Repo-to-RAG for VS Code

io.github.evozim/repo-to-rag

GitHub repository vectorizer and context synthesizer for RAG pipelines.

client:VS Code transport:sse

Install Repo-to-RAG in VS Code

.vscode/mcp.json

{
  "servers": {
    "repo-to-rag": {
      "type": "sse",
      "url": "https://repo-to-rag-mcp.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Repo-to-RAG in other clients