# ShibaClaw — Security-First Agent Hub + MCP > ShibaClaw is a self-hosted agent hub with WebUI, cron/heartbeat, multi-provider support, and MCP connectivity, with Docker Compose and pip install paths. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```bash curl -fsSL https://raw.githubusercontent.com/RikyZ90/ShibaClaw/main/docker-compose.yml -o docker-compose.yml docker compose up -d docker exec -it shibaclaw-gateway shibaclaw print-token ``` ## Intro ShibaClaw is a self-hosted agent hub with WebUI, cron/heartbeat, multi-provider support, and MCP connectivity, with Docker Compose and pip install paths. **Best for:** builders who want one hub spanning channels/providers and scaling via MCP **Works with:** Docker Compose, multiple providers, MCP servers, chat-channel bridges **Setup time:** 15-25 minutes ### Key facts (verified) - GitHub: 98 stars · 4 forks · pushed 2026-05-12. - License: Apache-2.0 · Owner avatar and repo URL verified via GitHub API. - README-verified entrypoint: `pip install shibaclaw`. ## Main - Use ShibaClaw when you want one operational surface for many channels/providers and an MCP plug-in ecosystem. - Start with Docker Compose, validate auth + runtime, then add MCP servers from the Settings flow. - Quantitative anchors from the README (22 providers, 11 channels) help gauge feature scope. ### Source-backed notes - README advertises 22 providers and 11 chat channels plus built-in WebUI, cron/heartbeat, and MCP support. - Quickstart includes Docker Compose and a `pip install shibaclaw` path. - Docs describe MCP tools being registered with an `mcp__` naming pattern. ### FAQ - **Do I need Docker?**: No, but Docker Compose is the quickest path; the README also shows pip install. - **How does MCP help?**: MCP lets you attach external tools/data sources without modifying core code. - **How do I debug?**: Use container logs and the channel/status commands described in the docs. ## Source & Thanks > Source: https://github.com/RikyZ90/ShibaClaw > License: Apache-2.0 > GitHub stars: 98 · forks: 4 ## Quick Use ```bash curl -fsSL https://raw.githubusercontent.com/RikyZ90/ShibaClaw/main/docker-compose.yml -o docker-compose.yml docker compose up -d docker exec -it shibaclaw-gateway shibaclaw print-token ``` ## Intro ShibaClaw 是安全优先的自托管 agent hub,包含 WebUI、cron/heartbeat、多 provider 支持与 MCP 连接能力;文档提供 Docker Compose 与 pip 安装路径,适合把 agent 统一成一个可运维入口。 **Best for:** 想用一个 hub 管多 provider/多通道,并用 MCP 扩展能力的团队 **Works with:** Docker Compose、多 provider 配置、MCP server、聊天通道桥接 **Setup time:** 15-25 minutes ### Key facts (verified) - GitHub:98 stars · 4 forks;最近更新 2026-05-12。 - 许可证:Apache-2.0;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`pip install shibaclaw`。 ## Main - 当你需要一个可运维的统一入口来管理多通道/多 provider,并用 MCP 扩展工具时,ShibaClaw 很合适。 - 建议先用 Docker Compose 跑通鉴权与运行时,再在设置中逐步接入 MCP server。 - README 的量化信息(22 providers、11 channels)有助于判断覆盖范围。 ### Source-backed notes - README 标注 22 providers、11 chat channels,并包含 WebUI、cron/heartbeat 与 MCP 支持。 - Quickstart 提供 Docker Compose 启动方式,也给出 `pip install shibaclaw` 安装路径。 - 文档描述 MCP 工具会按 `mcp__` 的模式注册命名。 ### FAQ - **必须用 Docker 吗?**:不必须,但 Docker Compose 是最快路径;README 也提供 pip 安装。 - **MCP 有什么用?**:让你无需改核心代码即可接入外部工具/数据源。 - **怎么排查问题?**:按文档使用容器日志与 channels/status 等命令查看状态。 ## Source & Thanks > Source: https://github.com/RikyZ90/ShibaClaw > License: Apache-2.0 > GitHub stars: 98 · forks: 4 --- Source: https://tokrepo.com/en/workflows/shibaclaw-security-first-agent-hub-mcp Author: MCP Hub