About KMCP
KMCP accelerates local development of Model Context Protocol (MCP) servers and manages their deployment to cloud-native environments.
π οΈ Development
Quickly create MCP server projects with boilerplates to accelerate local development.
βΈοΈ Deployment
Deploy MCP servers to Kubernetes and manage their lifecycles with the kmcp controller.
π Secrets
Securely manage secrets and configurations for your MCP servers.
Quick Start
# Install kmcp CLI
curl -sL https://kagent.dev/install/kmcp.sh | bash
# Create a new MCP server
kmcp init my-mcp-server --template python
# Deploy to Kubernetes
kmcp deploy my-mcp-server
curl -sL https://kagent.dev/install/kmcp.sh | bash
# Create a new MCP server
kmcp init my-mcp-server --template python
# Deploy to Kubernetes
kmcp deploy my-mcp-server