n3mo for Cursor
io.github.rajx-dev/n3mo
N3MO: Code intelligence engine mapping repositories into queryable symbol graphs.
client:Cursor
transport:stdio
runtime:pypi
Install n3mo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"n3mo": {
"type": "stdio",
"command": "uvx",
"args": [
"n3mo"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs