mc
MCP Infrastructure

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.

Capabilities

What you can do

01

One deployment shape

Every MCP server is a Deployment + Service + Ingress. Nothing exotic.

02

Auth via OIDC

Agents get scoped tokens. No per-tool secrets to rotate.

03

OpenTelemetry-instrumented

Every MCP call traced through pulse. You can see what tools an agent used.

04

Rate-limits per caller

Same throttling as llm-gateway, applied at the tool-call layer.

05

Curated collection

Postgres, Redis, Prometheus, GitHub, Kubernetes, filesystem — plus a template for adding more.

06

Read-only by default

Every server ships with least-privilege scopes. Write access is opt-in.

Explore the rest of /root

Get started with mcp-servers

Clone the repo, read the plan, and start building your own version.

All projects