Skip to content
Cursor

rag mcp for Cursor

io.github.jaimenbell/rag-mcp

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

client:Cursor transport:stdio runtime:pypi

Install rag mcp in Cursor

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

{
  "mcpServers": {
    "rag-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jaimenbell-rag-mcp"
      ]
    }
  }
}

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

rag mcp in other clients