Kubernetes operator for MCP Hangar — declarative lifecycle of MCP servers via MCPServer / MCPServerGroup / MCPDiscoverySource CRDs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-hangar-operator": {
"command": "go",
"args": [
"run",
"github.com/mcp-hangar/mcp-hangar-operator@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-hangar-operator go run github.com/mcp-hangar/mcp-hangar-operator@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-hangar-operator": {
"command": "go",
"args": [
"run",
"github.com/mcp-hangar/mcp-hangar-operator@latest"
]
}
}
}
README Excerpt
**Kubernetes Operator for managing MCP (Model Context Protocol) providers as native Kubernetes resources.** - **MCPProvider CRD**: Declarative management of MCP tool providers - **MCPProviderGroup CRD**: Load balancing and high availability for provider groups - **MCPDiscoverySource CRD**: Automatic provider discovery from namespaces
Tools (7)
AdditiveRoundRobinmcp_operator_provider_health_check_failures_totalmcp_operator_provider_statemcp_operator_provider_tools_countmcp_operator_reconcile_duration_secondsmcp_operator_reconcile_total
Topics
aicrdkubebuilderkubernetesllmmcpmodel-context-protocoloperator