Devops Ai Toolkit
About
AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance.
Details
- Author
- vfarcic
- Downloads
- 250
- Categories
- Developer Tools, Infrastructure, AI, Automation
Jump to
- Kubernetes deployment with semantic capability discovery
- Documentation testing with two-phase validation (functional and semantic)
- Organizational pattern management with Vector DB semantic search
- Shared prompts library with native slash commands
- AI integration via Model Context Protocol (MCP)
Configure an MCP client (e.g., Claude Code) to connect to the DevOps AI Toolkit MCP server, typically using a Docker Compose setup. Set the ANTHROPIC_API_KEY environment variable (required for most features) and optionally OPENAI_API_KEY for pattern management. Then interact via natural language or slash commands in your AI tool.
DevOps AI Toolkit
<div align="center">

</div>
DevOps AI Toolkit is an AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance.
Who is this for?
Kubernetes Deployment
- Developers: Deploy applications without needing deep Kubernetes expertise - Platform Engineers: Create organizational deployment patterns that enhance AI recommendations with institutional knowledge and best practices, and scan cluster resources to enable semantic matching for dramatically improved recommendation accuracyDocumentation Testing
- Documentation Maintainers: Automatically validate documentation accuracy and catch outdated content - Technical Writers: Identify which sections need updates and prioritize work effectively - Open Source Maintainers: Ensure documentation works correctly for new contributorsShared Prompts Library
- Development Teams: Share proven prompts across projects without file management - Project Managers: Standardize workflows with consistent prompt usage across teams - Individual Developers: Access curated prompt library via native slash commandsAI Integration
- AI Agents: Integrate all capabilities with Claude Code, Cursor, or VS Code for conversational workflowsKey Features
Kubernetes Deployment Intelligence
π Smart Discovery: Automatically finds all available resources and operators in your cluster π§ Semantic Capability Management: Discovers what each resource actually does for intelligent matching π€ AI Recommendations: Get deployment suggestions tailored to your specific cluster setup with enhanced semantic understanding π§ Operator-Aware: Leverages custom operators and CRDs when available π Complete Workflow: From discovery to deployment with automated Kubernetes integrationCapability-Enhanced Recommendations
Transform how AI understands your cluster by discovering semantic capabilities of each resource:The Problem: Traditional discovery sees sqls.devopstoolkit.live as a meaningless name among hundreds of resources.
The Solution: Capability management teaches the system that sqls.devopstoolkit.live handles PostgreSQL databases with multi-cloud support.
Before Capability Management:
User: "I need a PostgreSQL database"
AI: Gets 400+ generic resource names β picks complex multi-resource solution
Result: Misses optimal single-resource solutions
After Capability Management:
User: "I need a PostgreSQL database"
AI: Gets pre-filtered relevant resources with rich context
Result: Finds sqls.devopstoolkit.live as perfect match β¨
Get Started: See the Tools and Features Overview for complete guide to all available tools including capability management, deployment recommendations, and workflow integration.
Documentation Testing & Validation
π Automated Testing: Validates documentation by executing commands and testing examples π Two-Phase Validation: Tests both functionality (does it work?) and semantic accuracy (are descriptions truthful?) π οΈ Fix Application: User-driven selection and application of recommended documentation improvements πΎ Session Management: Resumable testing workflows for large documentation setsOrganizational Pattern Management
ποΈ Pattern Creation: Define organizational deployment patterns that capture institutional knowledge π§ AI Enhancement: Patterns automatically enhance deployment recommendations with organizational context π Semantic Search: Uses Vector DB technology for intelligent pattern matching based on user intent π Best Practices: Share deployment standards across teams through reusable patternsShared Prompts Library
π― Native Slash Commands: Prompts appear as/dot-ai:prompt-name in your coding agent
π Curated Library: Access proven prompts for code review, documentation, architecture, and project management
π Zero Setup: Connect to MCP server and prompts are immediately available across all projects
π€ Team Consistency: Standardized prompt usage with centralized management
AI Integration
β‘ MCP Integration: Works seamlessly with Claude Code, Cursor, or VS Code through Model Context Protocol π€ Conversational Interface: Natural language interaction for deployment, documentation testing, pattern management, and shared prompt workflowsSetup Required: See the MCP Setup Guide for complete configuration instructions.
See It In Action
This video explains the platform engineering problem and demonstrates the Kubernetes deployment recommendation workflow from intent to running applications.
Quick Start
Prerequisites
For Kubernetes deployment and documentation testing:
- Claude API key (required for AI analysis)
- Get your API key from Anthropic Console (requires account login)
<!-- dotai-ignore: Console URL may return 403 - expected behavior for auth-protected endpoint -->
- Set it as environment variable: export ANTHROPIC_API_KEY=your_api_key_here
For shared prompts library:
- No API key required - Works with any MCP-enabled coding agent (other features like deployments do require ANTHROPIC_API_KEY)
For Kubernetes deployment recommendations:
- kubectl configured with cluster access
- Verify cluster access with: kubectl get nodes
- Should show your cluster nodes without authentication errors
<!-- dotai-ignore: kubectl verification command output format - implementation-specific -->
For documentation testing:
- Documentation files to test (Markdown, HTML, etc.)
- File system access to the documentation you want to validate
For organizational pattern management:
- Vector DB service (Qdrant) for pattern storage and semantic search
- OpenAI API key (required) for semantic pattern matching and vector operations
- See the Pattern Management Guide for complete setup
Installation
DevOps AI Toolkit is designed to be used through AI development tools via MCP (Model Context Protocol). No direct installation needed - simply configure your AI tool to connect to the MCP server.
Usage
π― Recommended: Docker Setup (Complete Stack)
Perfect for getting all features working immediately with minimal setup:
1. Download Docker Compose configuration:
curl -o docker-compose-dot-ai.yaml https://raw.githubusercontent.com/vfarcic/dot-ai/main/docker-compose-dot-ai.yaml
2. Set environment variables and create MCP configuration:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





