Skip to content
Grok

agon protocol for Grok

io.github.agonx402/agon-protocol

MCP server for Agon Protocol state reads and prepare-only payment-channel actions.

client:Grok transport:stdio runtime:npm

Install agon protocol 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": {
    "agon-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agonx402/protocol-mcp"
      ],
      "env": {
        "SOLANA_DEVNET_RPC_URL": "<SOLANA_DEVNET_RPC_URL>",
        "AGON_PROTOCOL_PROGRAM_ID": "<AGON_PROTOCOL_PROGRAM_ID>",
        "AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
      }
    }
  }
}

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

agon protocol in other clients