A flexible platform that provides Docker & Kubernetes backends, a lightweight CLI (mcpt), and client utilities for seamless MCP integration. Spin up servers from templates, route requests through a single endpoint with load balancing, and support both deployed (HTTP) and local (stdio) transports — all with sensible defaults and YAML-based configs.
Standard I/O
Docker
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-templates": {
"args": [
"index.js"
],
"command": "node"
}
}
}