Skip to content
Grok

ucn for Grok

io.github.mleoca/ucn

Auditable, conserved AST code intelligence for AI agents. JS/TS, Python, Go, Rust, Java, C/C++, C#.

client:Grok transport:stdio runtime:npm

Install ucn in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ucn": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ucn"
      ]
    }
  }
}

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

ucn in other clients