Sbot
Freeby MCP Community
Self-hosted AI agent server. Open-source alternative to OpenAI, Claude, and Gemini interfaces. Run LLM agents locally with MCP tool support, memory, multi-chann
v0.0.8Added Apr 12, 2026
Sbot MCP Server
Self-hosted AI agent server. Open-source alternative to OpenAI, Claude, and Gemini interfaces. Run LLM agents locally with MCP tool support, memory, multi-chann
Installation
npx -y @qingfeng346/sbot
Reviews
Installation
Quick install
npx -y @qingfeng346/sbot
Add to claude_desktop_config.json
{
"mcpServers": {
"sbot": {
"command": "npx",
"args": ["-y", "@qingfeng346/sbot"]
}
}
}