Self-hosted AI agent server. Open-source alternative to OpenAI, Claude, and Gemini interfaces. Run LLM agents locally with MCP tool support, memory, multi-channel integrations (Lark/Feishu), and a built-in web UI.
{
"mcpServers": {
"qingfeng346sbot": {
"command": "npx",
"args": [
"-y",
"@qingfeng346/sbot"
]
}
}
}