Skip to content
Grok

computeback for Grok

ai.autonomad/computeback

Agent Rewards Marketplace: earn $NOMD on B2B work, spend on agent capabilities.

client:Grok transport:stdio runtime:npm

Install computeback 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": {
    "computeback": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@autonomad1/computeback-mcp"
      ],
      "env": {
        "COMPUTEBACK_API_URL": "<COMPUTEBACK_API_URL>",
        "BASE_RPC_URL": "<BASE_RPC_URL>",
        "AGENT_DID": "<AGENT_DID>",
        "AGENT_HMAC_SECRET": "<AGENT_HMAC_SECRET>"
      }
    }
  }
}

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

computeback in other clients