unerr for Cursor
io.github.unerr-ai/unerr
Operational memory for AI agents: code graph, session memory & guardrails. No context rot.
client:Cursor
transport:stdio
runtime:npm
Install unerr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unerr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unerr-ai/unerr"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs