mcpcan
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。
Install
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcpcan": {
"command": "npx",
"args": [
"-y",
"github:Kymo-MCP/mcpcan"
]
}
}
}Works Well With
Other MCP servers developers commonly pair with mcpcan
About
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。