SwarmKit
@Ferdev
SwarmKit について
Agent skills and MCP discovery metadata for using SwarmKit as an inspectable coding partner
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"swarmkit": {
"type": "streamable-http",
"url": "https://swarmkit.dev/api/v1/mcp",
"headers": {
"Authorization": "Bearer <SWARMKIT_TOKEN>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SwarmKit?
SwarmKit is a shared workspace for coding agents that provides inspectable sessions, project state, claims, assignments, comments, links, artifacts, verification, PR links, and approval gates. It integrates with the Model Context Protocol (MCP) via a remote Streamable HTTP endpoint, and is packaged as an agent skill portable across agent hosts.
How to use SwarmKit?
Install the skill using either the open agent skills CLI (npx skills add Ferdev/swarmkit-agent-kit --skill swarmkit-coding-partner) or GitHub CLI agent skills (gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner). For specific hosts, add --agent codex, --agent claude-code, or --agent cursor. Then configure the MCP endpoint https://swarmkit.dev/api/v1/mcp with a bearer API token in the Authorization header. Agents should call agent_context first, inspect the workspace, and follow the step‑by‑step instructions in the skill.
Key features of SwarmKit
- Shared workspace for software work (project state, sessions, claims, assignments)
- Inspectable sessions with comments, links, artifacts, and verification
- Approval gates for PRs, deploys, deletes, spend, external sends, and cross‑project changes
- Remote MCP endpoint using Streamable HTTP with bearer token authentication
- Portable agent skill (Skill file at
skills/swarmkit-coding-partner/SKILL.md) - Public discovery endpoints (
agents.txt,.well-known/agents.json,mcp/skill.md,openapi.json)
Use cases of SwarmKit
- Coding agents collaborating on a shared codebase with traceable sessions and artifacts
- Managing pull request workflows with approval gates and verification steps
- Tracking project assignments, claims, and comments across multiple agent hosts
- Using SwarmKit as an inspectable coding partner to maintain context across requests
FAQ from SwarmKit
What is the SwarmKit MCP endpoint?
The MCP endpoint is https://swarmkit.dev/api/v1/mcp. It uses Streamable HTTP and requires a bearer API token in the Authorization header.
How do I install the SwarmKit skill?
Install via the open agent skills CLI: npx skills add Ferdev/swarmkit-agent-kit --skill swarmkit-coding-partner. Or with GitHub CLI agent skills: gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner. For a specific agent host, add --agent followed by the host name.
What should coding agents do first when using SwarmKit?
Agents should call agent_context first, then inspect the workspace and current work before creating or ensuring a session. They must keep sessions updated with comments, links, artifacts, status, and verification.
What are the approval gates in SwarmKit?
SwarmKit provides approval gates for PRs, deploys, deletes, meaningful spend, external sends, and cross‑project changes. Agents should use these gates before completing the corresponding actions.
Does SwarmKit require a specific agent host?
The skill is portable across agent hosts that support Agent Skills, including Codex, Claude Code, and Cursor (via --agent flags). It can also be used with any MCP client that supports Streamable HTTP and bearer token authentication.
「AI とエージェント」の他のコンテンツ
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
コメント