ProfitPlay for Windsurf
io.github.jarvismaximum-hue/profitplay-mcp
MCP server for the live ProfitPlay BTC five-minute AI agent sandbox
client:Windsurf
transport:stdio
runtime:oci
Install ProfitPlay in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"profitplay-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs