Swarm Orchestrator
БесплатноНе проверенAn MCP server that extends AI coding assistants with deterministic, algorithmic capabilities such as code analysis, fault localization, and formal verification,
Описание
An MCP server that extends AI coding assistants with deterministic, algorithmic capabilities such as code analysis, fault localization, and formal verification, enabling an autonomous engineering team within the IDE.
README
⚠️ DEPRECATED: Fully migrated to hermes agent.
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 |
|---|---|---|---|
| Introduction | Architecture | PLAN.md Syntax | Tools |
| Installation | Decision Logic | Git Workflows | Configuration |
| Quick Start | Three Pillars | Debugging | API Reference |
| Custom Tools | Troubleshooting |
🚀 Quick Start
Docker (Recommended)
git clone https://github.com/AgentAgony/swarm.git
cd swarm
docker compose up -d --build
Configure 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
Установить Swarm Orchestrator в Claude Desktop, Claude Code, Cursor
unyly install swarm-orchestratorСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add swarm-orchestrator -- uvx swarm-mcpFAQ
Swarm Orchestrator MCP бесплатный?
Да, Swarm Orchestrator MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Swarm Orchestrator?
Нет, Swarm Orchestrator работает без API-ключей и переменных окружения.
Swarm Orchestrator — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Swarm Orchestrator в Claude Desktop, Claude Code или Cursor?
Открой Swarm Orchestrator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Swarm Orchestrator with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
