what
A small collection of Model Context Protocol servers built for ops workflows. The goal: give an LLM surgical, scoped access to the systems I actually run — not a yolo shell-and-pray integration.
- Stdio + HTTP transports — works locally and over the wire.
- Scoped tools — read-mostly by default; write paths are explicit and audited.
- Composable — each server is one concern, mounted alongside others.
why
LLMs are useful when they can see the real state of a system. They are dangerous when they can change it without guardrails. MCP gives me a clean seam to expose state and gate mutations.
status
Active. Running a couple in production against my own infra.