Nogra for Cursor
io.github.nograai/nogra-mcp
Verify-before-done trust layer for AI-assisted work. 32 tools, local-first, no credentials.
client:Cursor
transport:stdio
runtime:npm
Install Nogra in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nogra-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nograai/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs