rag-rat for Cursor
io.github.cq27-dev/rag-rat
Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents.
client:Cursor
transport:stdio
runtime:npm
Install rag-rat in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rag-rat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rag-rat/bin"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs