Swarm Orchestrator
Provides autonomous Git management capabilities, including workflow automation, commit management, and branch handling.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Swarm Orchestratordebug the failing test in auth_test.py using SBFL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⚠️ DEPRECATED: Fully migrated to hermes agent.
Swarm Orchestrator v3.4
Turn your IDE into an Autonomous Engineering Team
Swarm Orchestrator is a Model Context Protocol (MCP) server that extends AI coding assistants like Antigravity, Cursor, and Claude Desktop with deterministic, algorithmic capabilities. Instead of relying purely on LLM reasoning, Vexorbis Swarm uses specialized workers—code analysis, fault localization, formal verification, and autonomous Git management—to deliver faster, more reliable results.
📖 Documentation
Getting Started | Concepts | Guides | Reference |
Related MCP server: projscan
🚀 Quick Start
Docker (Recommended)
git clone https://github.com/AgentAgony/swarm.git
cd swarm
docker compose up -d --buildConfigure Your IDE
Add the MCP server to your IDE's configuration (e.g., ~/.gemini/antigravity/mcp_config.json on Windows):
{
"mcpServers": {
"swarm-orchestrator": {
"command": "docker",
"args": ["exec", "-i", "swarm-mcp-server", "python", "server.py"]
}
}
}🔍 Tool Selection Guide
flowchart LR
Start([My Goal]) --> Q1{Type?}
Q1 -->|Find symbol by name| A["search_codebase(keyword_only=true)<br/>~1ms"]
Q1 -->|Find code by concept| B["search_codebase()<br/>~240ms"]
Q1 -->|Understand architecture| C["retrieve_context()<br/>~1-2s"]
Q1 -->|Debug failing tests| D["debug command<br/>Ochiai SBFL"]
style A fill:#2ecc71,color:#fff
style B fill:#3498db,color:#fff
style C fill:#9b59b6,color:#fff
style D fill:#e74c3c,color:#fff📜 License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
The OpenZeppelin Solidity Contracts MCP server integrates OpenZeppelin's security and style rules into AI-driven development workflows, enabling AI assistants to generate safe, correct, and production-ready smart contracts. It automatically validates generated code against OpenZeppelin standards (including imports, modifiers, naming conventions, and security checks) and supports various contract types including ERC-20, ERC-721, ERC-1155, Stablecoins, RWA, Governor, and Account contracts through prompt-driven workflows.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA streamlined MCP server that provides essential AI-powered tools for interactive development chat and systematic root cause analysis. It supports multiple AI providers to help developers brainstorm technical solutions and perform evidence-based debugging.-
- AlicenseNot gradedqualityAmaintenanceAn MCP server that provides AI coding agents with AST-accurate, context-budget-aware codebase querying, safety gates, and team policy integration via structured tools and a local plugin layer.121 npm4MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that adds engineering discipline to AI-assisted development, enforcing evidence-gated TDD, security review, backup strategy, and deployment generation to turn AI-generated code into production-ready software.8 npm12MIT
- FlicenseBqualityCmaintenanceMCP server that gives AI coding assistants persistent memory, structural code graph analysis, and safe multi-agent coordination, enabling them to answer architectural questions, track decisions across sessions, and coordinate safely in multi-agent workflows.394-