Home › Development › NEAT

NEAT

Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP.

TypeScript
★ 20 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.20)

npx -y @neat.is/mcp@0.9.20

Or add to your MCP client config:

{
  "mcpServers": {
    "neat": {
      "command": "npx",
      "args": [
        "-y",
        "@neat.is/mcp@0.9.20"
      ],
      "env": {
        "NEAT_CORE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • NEAT_CORE_URL — URL of the NEAT daemon the server queries. Defaults to the local daemon.

Related servers

Data from the Official MCP Registry