SwarmKit MCP Server
Einsehbare Codierungssitzungen und Workspace-Orchestrierung für Softwareprojekte.
Dokumentation
SwarmKit Agent Kit
Reusable agent instructions and discovery metadata for using SwarmKit as an inspectable coding partner.
SwarmKit gives coding agents a shared workspace for software work: project state, inspectable sessions, claims, assignments, comments, links, artifacts, verification, PR links, and approval gates.
Install The Skill
With the open agent skills CLI:
npx skills add Ferdev/swarmkit-agent-kit --skill swarmkit-coding-partner
With GitHub CLI agent skills:
gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner
For a specific agent host:
gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner --agent codex
gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner --agent claude-code
gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner --agent cursor
MCP Endpoint
SwarmKit's MCP endpoint is:
https://swarmkit.dev/api/v1/mcp
It uses Streamable HTTP and requires a bearer API token in the
Authorization header:
Authorization: Bearer <SWARMKIT_TOKEN>
Public discovery:
https://swarmkit.dev/agents.txthttps://swarmkit.dev/.well-known/agents.jsonhttps://swarmkit.dev/api/v1/mcp/skill.mdhttps://swarmkit.dev/api/v1/openapi.json
What Agents Should Do
- Call
agent_contextfirst. - Inspect workspace and current work before creating a session.
- Prefer
ensure_session_for_requestfor concrete user requests. - Keep SwarmKit sessions updated with comments, links, artifacts, status, and verification.
- Use SwarmKit approval gates for PRs, deploys, deletes, meaningful spend, external sends, and cross-project changes.
- Complete a session only after the requested outcome is handled or a real blocker is recorded.
Registry Metadata
server.jsonis the official MCP Registry metadata for the remote SwarmKit MCP server.glama.jsonmarks this repo for Glama MCP indexing.smithery-config-schema.jsondescribes the token header mapping needed when publishing the remote MCP URL to Smithery.
Skill
The skill lives at:
skills/swarmkit-coding-partner/SKILL.md
It is intentionally portable across agent hosts that support Agent Skills.