ragie for Cursor
com.mcparmory/ragie
Ingest, manage, and retrieve documents for RAG-powered AI applications
client:Cursor
transport:stdio
runtime:pypi
Install ragie in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ragie": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-ragie"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs