Local-first MCP server for durable orchestration of parallel coding agents through Superset
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"superset-agent-orche": {
"command": "npx",
"args": [
"-y",
"1solomonwakhungu/superset-agent-orchestrator"
]
}
}
}
Run in terminal:
claude mcp add superset-agent-orche npx -y 1solomonwakhungu/superset-agent-orchestrator
Add to .cursor/mcp.json:
{
"mcpServers": {
"superset-agent-orche": {
"command": "npx",
"args": [
"-y",
"1solomonwakhungu/superset-agent-orchestrator"
]
}
}
}