
dot_swarm
by oasis-main
An environment-first coordination protocol for multi-agent AI teams using stigmergy to eliminate central bottlenecks.
What it does
.swarm provides a coordination framework for fleets of AI agents working across different sessions and repositories. Instead of relying on a central orchestrator or database, it uses "stigmergy"—indirect coordination through a shared medium (the filesystem)—allowing agents to self-organize by reading and leaving traces in a .swarm/ directory.
Tools
swarm init: Initializes a new swarm environment with a signing identity.swarm add: Creates new work items in the queue.swarm claim: Optimistically claims a work item to prevent duplicate effort.swarm done: Marks a task as complete with a a handoff note.swarm ready: Identifies work items that are unblocked and safe to pick up.swarm audit: Scans for stale claims, broken dependencies, and security anomalies.swarm crawl: Maps the project structure intocontext.mdfor agent orientation.swarm spawn: Launches agents in isolated tmux windows with specific roles (Worker, Inspector, Supervisor).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dot-swarm": {
"command": "dot-swarm-mcp"
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
Quick install
pip install dot-swarmInformation
- Pricing
- free
- Published
- 5/22/2026






