NervaPack for Cursor
io.github.ramdhavepreetam/nervapack
Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.
client:Cursor
transport:stdio
runtime:pypi
Install NervaPack in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nervapack": {
"type": "stdio",
"command": "uvx",
"args": [
"nervapack"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs