MCP Catalogs
首页swarmclaw screenshot

swarmclaw

by swarmclawai·486·综合分 51

SwarmClaw 是一个支持 MCP 工具的自托管多智能体框架,用于自主智能体群。

ai-llmdeveloper-toolsproductivity
99
Forks
6
活跃 Issue
本月
最近提交
2 天前
收录于

概述

SwarmClaw 是一个开源的、自托管的 AI 代理运行时和多代理框架,支持具有持久代理内存、MCP 工具、技能、委派、调度以及集成 23+ 个 LLM 提供商的自主代理群。它提供了一个实用的 Claude Code 和 LangChain 替代方案,支持各种 CLI 工具和直接模型访问。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:构建和管理具有委派能力的自主代理团队
:创建跨多个 LLM 提供商的自托管 AI 代理工作流
:开发具有代理内存和持久性的复杂多代理系统
:SwarmClaw 是什么?
:如何安装 SwarmClaw?
:SwarmClaw 支持哪些 LLM 提供商?

什么时候选它

当您需要具有记忆、委派和 MCP 工具集成功能的多代理框架,且需要支持多种 LLM 提供商时,选择 SwarmClaw。

什么时候不要选它

如果您只需要简单的 MCP 服务器而不需要完整的多代理框架开销,或者偏好云托管解决方案,请避免使用 SwarmClaw。

可对比工具

langchainclaude-desktopautogencrewai

安装

安装 SwarmClaw

桌面应用(推荐)

从 [swarmclaw.ai/downloads](https://swarmclaw.ai/downloads) 下载一键安装程序 适用于 macOS、Windows 和 Linux。

全局安装

npm i -g @swarmclawai/swarmclaw
swarmclaw

Docker

git clone https://github.com/swarmclawai/swarmclaw.git
cd swarmclaw
mkdir -p data
touch .env.local
docker compose up -d --build

Claude Desktop 集成

要将 SwarmClaw 作为 MCP 服务器与 Claude Desktop 一起使用:

  1. 添加到 Claude Desktop 配置:
{
  "mcpServers": {
    "swarmclaw": {
      "command": "swarmclaw",
      "args": ["server"]
    }
  }
}

FAQ

SwarmClaw 是什么?
SwarmClaw 是一个开源的、自托管的 AI 代理运行时和多代理框架,支持具有 MCP 工具、技能、委派、调度以及集成 23+ 个 LLM 提供商的自主代理群。
如何安装 SwarmClaw?
您可以通过桌面应用、npm 全局安装或 Docker 安装 SwarmClaw。桌面应用适合非技术用户使用,而 npm 全局安装提供命令行访问。
SwarmClaw 支持哪些 LLM 提供商?
SwarmClaw 支持 23+ 个 LLM 提供商,包括 Claude、GPT、Gemini、OpenRouter、Ollama、Anthropic、OpenAI、DeepSeek、Groq、Together、Mistral、xAI、Fireworks、Nebius、DeepInfra 等。

Hacker News 讨论

开发者社区最近的相关讨论。

swarmclaw 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。