Skip to content
Grok

ProfitPlay for Grok

io.github.jarvismaximum-hue/profitplay-mcp

MCP server for the live ProfitPlay BTC five-minute AI agent sandbox

client:Grok transport:stdio runtime:oci

Install ProfitPlay in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "profitplay-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0"
      ]
    }
  }
}

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

ProfitPlay in other clients