Skip to content
Cursor

Repo-to-RAG for Cursor

io.github.evozim/repo-to-rag

GitHub repository vectorizer and context synthesizer for RAG pipelines.

client:Cursor transport:sse

Install Repo-to-RAG in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Repo-to-RAG in other clients