by Kymo-MCP
MCPCAN is a centralized management platform for MCP services. It deploys each MCP service using a container deployment method. The platform supports container monitoring and MCP service token verification, solving security risks and enabling rapid deployment of MCP services. It uses SSE, STDIO, and STREAMABLEHTTP access protocols to deploy MCPγ
# Add to your Claude Code skills
git clone https://github.com/Kymo-MCP/mcpcanThe open source integration platform for MCP Server. MCPCAN uses containers for flexible deployment of MCP services, resolving potential system configuration conflicts. It supports multi-protocol compatibility and conversion, enabling seamless integration between different MCP service architectures. It also provides visual monitoring, security authentication, and one-stop deployment capabilities.
MCPCan is an open-source platform focused on efficient management of MCP (Model Context Protocol) services, providing DevOps and development teams with comprehensive MCP service lifecycle management capabilities through a modern web interface. MCPCan supports multi-protocol compatibility and conversion, enabling seamless integration between different MCP service architectures while providing visual monitoring, security authentication, and one-stop deployment capabilities.
MCPCan is an open-source platform focused on efficient management of MCP (Model Context Protocol) services, providing DevOps and development teams with comprehensive MCP service lifecycle management capabilities through a modern web interface. MCPCan supports multi-protocol compatibility and conversion, enabling seamless integration between different MCP service architectures while providing visual monitoring, security authentication, and one-stop deployment capabilities.
No comments yet. Be the first to share your thoughts!
For the best demo experience, try directly DemoSite : demo.mcpcan.comοΌlogin: admin/admin123οΌ. Watch our demo video on Bilibili: BV1htBXBbECr To view our official website address, simply click MainSite : www.mcpcan.com.
For detailed deployment instructions, please refer to our Deployment Guide.
# Recommended: GitHub
git clone https://github.com/Kymo-MCP/mcpcan.git
cd mcpcan/deploy/docker-compose/
Docker Compose Quick Start (Recommended)
Suitable for local development, testing, and lightweight production deployments.
# 1. Initialize configuration
cp example.env .env
# (Optional) Modify .env file for settings like REGISTRY_PREFIX to switch between global/CN mirrors
# 2. Generate final configuration
chmod +x replace.sh
./replace.sh
# 3. Start services
docker compose up -d
# 4. Access Web UI
Login: admin/admin123
After successful installation, access http://localhost (or http://<Your Public IP>) to start using.
Helm Installation
Suitable for Kubernetes environment deployment, please refer to Helm Deployment Guide.
MCPCan adopts a microservices architecture, consisting of the following core components:
| Component Name | Directory Path | Functional Description |
| -------------------------------------- | --------------------------- | ------------------------------------ |
| MCPCan-Web | frontend/ | Management UI based on Vue 3 |
| MCP-Market | backend/cmd/market/ | Core business: Marketplace & Instance management |
| MCP-Authz | backend/cmd/authz/ | RBAC, User & Dept management |
Welcome to submit PR to contribute! Please refer to Contributing for detailed guidelines.
Before contributing, please ensure:
If you discover a security vulnerability, please refer to our Security Policy for responsible disclosure guidelines.
Copyright (c) 2024-2025 MCPCan Team, All rights reserved.
Licensed under the Sustainable Use License. Portions of this software (specifically Enterprise features in .ee folders) are subject to the Enterprise License (LICENSE_EE.md).
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.