Skip to content
Grok

n3mo for Grok

io.github.rajx-dev/n3mo

N3MO: Code intelligence engine mapping repositories into queryable symbol graphs.

client:Grok transport:stdio runtime:pypi

Install n3mo in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "n3mo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "n3mo"
      ]
    }
  }
}

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

n3mo in other clients