Skip to content
VS Code

ProfitPlay for VS Code

io.github.jarvismaximum-hue/profitplay-mcp

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

client:VS Code transport:stdio runtime:oci

Install ProfitPlay in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ProfitPlay in other clients