MCP server that triggers model-testing sweeps via the n8n kickoff webhook. Companion to model-testing#36.
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"
]
}
}
}
Run in terminal:
claude mcp add sweep-mcp-docker go run github.com/dvystrcil/sweep-mcp-docker@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"sweep-mcp-docker": {
"command": "go",
"args": [
"run",
"github.com/dvystrcil/sweep-mcp-docker@latest"
]
}
}
}