Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

NEAT in other clients