πŸš€ KMCP

Model Context Protocol Server Manager for Kubernetes

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