velocirag for Cursor
io.github.haseebkhalid1507/velocirag
Lightning-fast RAG for AI agents. 4-layer fusion, ONNX Runtime, sub-200ms search.
client:Cursor
transport:stdio
runtime:pypi
Install velocirag in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"velocirag": {
"type": "stdio",
"command": "uvx",
"args": [
"velocirag"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs