Skip to content
Grok

pacer mcp for Grok

io.github.str-consulting/pacer-mcp

Pacer revenue-management API as MCP tools: portfolios, pacing, market metrics, Guesty, briefs.

client:Grok transport:stdio runtime:oci

Install pacer mcp 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": {
    "pacer-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/str-consulting/pacer-mcp:1.0.0"
      ],
      "env": {
        "PACER_CORE_URL": "<PACER_CORE_URL>",
        "PACER_CORE_TOKEN": "<PACER_CORE_TOKEN>"
      }
    }
  }
}

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

pacer mcp in other clients