MCP DevOps Kit
# CodeBlueprint — MCP Servers
Model Context Protocol (MCP) servers for AI coding agents by [CodeBlueprint](https://codeblueprint.gumroad.com).
## Available Servers
### mcp-devops-kit
GitHub, Docker, and filesystem tools for AI coding agents.
View on GitHub: https://github.com/Jmfrodero/codeblueprint-mcp/tree/main/devops-kit
## Roadmap
- mcp-docs-generator (in development)
- mcp-spain-tools (planned)
TDQS
Scored across 9 tools
Each tool targets a clear and distinct operation: Docker tools cover logs, listing, and stats; filesystem tools cover listing, reading, and stats; GitHub tools cover issue creation, repo info, and repo listing. No overlap across categories.
All tools follow a consistent domain_verb_noun pattern (e.g., docker_logs, fs_ls, github_create_issue), making it easy to infer action and scope from the name.
With 9 tools across three well-defined domains, the count is within the optimal range (3–15). Each tool serves a distinct purpose without redundancy.
The tool set covers only monitoring and basic read operations for Docker and filesystem, and minimal GitHub actions. Missing fundamental operations like container management, file writes, GitHub issues listing/updating, and PR handling. This is a significant gap for a 'DevOps Kit'.