Skip to content
Grok

Sherweb for Grok

io.github.wyre-technology/sherweb-mcp

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

client:Grok transport:stdio runtime:oci

Install Sherweb 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": {
    "sherweb-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/sherweb-mcp:v1.4.3"
      ],
      "env": {
        "SHERWEB_CLIENT_ID": "<SHERWEB_CLIENT_ID>",
        "SHERWEB_CLIENT_SECRET": "<SHERWEB_CLIENT_SECRET>",
        "SHERWEB_SUBSCRIPTION_KEY": "<SHERWEB_SUBSCRIPTION_KEY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Sherweb in other clients