NEAT for Cursor
io.github.neat-technologies/neat
Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP.
client:Cursor
transport:stdio
runtime:npm
Install NEAT in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"neat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@neat.is/mcp"
],
"env": {
"NEAT_CORE_URL": "<NEAT_CORE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs