Skip to content
Grok

Colter for Grok

io.github.mfbahc/colter

Colter audits product pages for AI shopping agents and returns fixes, tests, and Evidence Packs.

client:Grok transport:stdio runtime:npm

Install Colter in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "colter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@getcolter/cli"
      ]
    }
  }
}

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

Colter in other clients