Skip to content
Grok

A202 for Grok

io.github.a202-protocol/a202-mcp

Verifiable agreements for agent-led commerce: mandates, obligations, evidence, transaction records.

client:Grok transport:stdio runtime:oci

Install A202 in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "a202-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/a202-protocol/a202-mcp:0.1.0"
      ]
    }
  }
}

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

A202 in other clients