sbot

while-coder/sbot
★ 5 stars TypeScript AI/LLM Updated 4d ago
Self-hosted AI agent server. Multi-LLM (OpenAI/Claude/Ollama), MCP tools, long-term memory, multi-agent ReAct, Lark/Feishu, Wecom/Wechat, Web UI.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sbot": {
      "command": "npx",
      "args": [
        "-y",
        "while-coder/sbot"
      ]
    }
  }
}

README Excerpt

**English** | [中文](https://github.com/while-coder/sbot/blob/main/README.zh.md) **Open-source, self-hosted AI agent framework.** Modular by design: models, memory, tools, and channels are independent building blocks you mix and match to assemble agents — run on your own server with multi-channel integrations, MCP tool support, and a built-in web UI, no vendor lock-in.

Tools (1)

sbot

Topics

ai-agentchatbotlong-term-memorymulti-agentreact-agentself-hostedtypescript