sweep-mcp-docker

dvystrcil/sweep-mcp-docker
★ 0 stars Go DevOps Updated today
MCP server that triggers model-testing sweeps via the n8n kickoff webhook. Companion to model-testing#36.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sweep-mcp-docker": {
      "command": "go",
      "args": [
        "run",
        "github.com/dvystrcil/sweep-mcp-docker@latest"
      ]
    }
  }
}