Skip to content
Grok

Ariadne for Grok

io.github.whyy9527/ariadne

Deterministic local cross-service API-chain discovery for AI coding agents.

client:Grok transport:stdio runtime:pypi

Install Ariadne in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ariadne": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ariadne-mcp"
      ]
    }
  }
}

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

Ariadne in other clients