mcp-servers
MCP tools, deployed like anything else.
mcp-servers is a collection of Model Context Protocol server plans that give agents access to basecamp resources — Postgres, Redis, Prometheus, GitHub — through the MCP interface, deployed as regular Kubernetes workloads.
What you can do
One deployment shape
Every MCP server is a Deployment + Service + Ingress. Nothing exotic.
Auth via OIDC
Agents get scoped tokens. No per-tool secrets to rotate.
OpenTelemetry-instrumented
Every MCP call traced through pulse. You can see what tools an agent used.
Rate-limits per caller
Same throttling as llm-gateway, applied at the tool-call layer.
Curated collection
Postgres, Redis, Prometheus, GitHub, Kubernetes, filesystem — plus a template for adding more.
Read-only by default
Every server ships with least-privilege scopes. Write access is opt-in.
Explore the rest of /root
The 9-tier K8s-native platform
Reproducible experiments
Observability & tracing
On-call alerting
Cloud infrastructure as code
Platform control CLI
Lakehouse & data platform
LLM routing & rate limits
AI-augmented operations
Weekly logs + runbooks
Get started with mcp-servers
Clone the repo, read the plan, and start building your own version.
All projects