This directory contains example MCPServer deployments.
Deploys the kubernetes-mcp-server which provides MCP tools for Kubernetes cluster interaction.
See kubernetes-mcp-server/README.md for:
- Basic deployment
- ConfigMap-based configuration
- Testing and verification
Deploys the Everything MCP Server, one of the reference servers from the Model Context Protocol project that exercises all MCP features.
See everything-mcp-server/README.md for details.
# Install CRDs
make install
# Run controller locally
make run
# Deploy example
kubectl apply -f examples/kubernetes-mcp-server/mcpserver.yaml
# Check status
kubectl get mcpserverFor complete documentation, see the main README.