MCP Catalogs
Homeswarmclaw screenshot

swarmclaw

by swarmclawai·486·Score 51

SwarmClaw is a self-hosted multi-agent framework with MCP tools for autonomous agent swarms.

ai-llmdeveloper-toolsproductivity
99
Forks
6
Open issues
this month
Last commit
2d ago
Indexed

Overview

SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework that supports autonomous agent swarms with durable agent memory, MCP tools, skills, delegation, schedules, and integration with 23+ LLM providers. It offers a practical alternative to Claude Code and LangChain, with support for various CLI tools and direct model access.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Building and managing autonomous agent teams with delegation capabilities
you:Creating self-hosted AI agent workflows across multiple LLM providers
you:Developing complex multi-agent systems with agent memory and persistence
you:What is SwarmClaw?
you:How do I install SwarmClaw?
you:Which LLM providers does SwarmClaw support?

When to choose this

Choose SwarmClaw when you need a self-hosted multi-agent framework with memory, delegation, and MCP tools integration across multiple LLM providers.

When NOT to choose this

Avoid SwarmClaw if you need a simple MCP server without the overhead of a full multi-agent framework, or if you prefer cloud-hosted solutions.

Comparable tools

langchainclaude-desktopautogencrewai

Installation

Installing SwarmClaw

Desktop App (Recommended)

Download the one-click installer from [swarmclaw.ai/downloads](https://swarmclaw.ai/downloads) Available for macOS, Windows, and Linux.

Global Install

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 Integration

To use SwarmClaw as an MCP server with Claude Desktop:

  1. Add to Claude Desktop config:
{
  "mcpServers": {
    "swarmclaw": {
      "command": "swarmclaw",
      "args": ["server"]
    }
  }
}

FAQ

What is SwarmClaw?
SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework that supports autonomous agent swarms with MCP tools, skills, delegation, schedules, and integration with 23+ LLM providers.
How do I install SwarmClaw?
You can install SwarmClaw via desktop app, npm global install, or Docker. The desktop app is recommended for non-technical users while npm global install provides command-line access.
Which LLM providers does SwarmClaw support?
SwarmClaw supports 23+ LLM providers including Claude, GPT, Gemini, OpenRouter, Ollama, Anthropic, OpenAI, DeepSeek, Groq, Together, Mistral, xAI, Fireworks, Nebius, DeepInfra, and more.

On Hacker News

Recent discussion from the developer community.

Compare swarmclaw with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.