Skip to content
Grok

NEAT for Grok

io.github.neat-technologies/neat

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

client:Grok transport:stdio runtime:npm

Install NEAT in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

NEAT in other clients