Back to Apps

Agentic DevOps Copilot
by vicky16898
Autonomous repository analysis, security risk assessment, and intelligent patching powered by LangGraph and RAG.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Agentic DevOps Copilot is an autonomous multi-agent system designed to perform deep repository analysis and security auditing. It leverages LangGraph for agent orchestration and RAG (via Qdrant) to provide context-aware insights into codebases, identifying vulnerabilities and suggesting precise code patches.
Tools
repo_parser: Analyzes file structures and AST to understand codebase dependencies.ci_inspector: Inspects CI/CD pipelines for misconfigurations and risks.k8s_validator: Validates Kubernetes manifests for security and operational best practices.risk_assessment: Performs holistic security scans for hardcoded secrets and vulnerabilities.patch_generator: Produces ready-to-merge code fixes for identified issues.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"devops-copilot": {
"command": "python",
"args": ["-m", "uvicorn", "app.main:app"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install -r requirements.txt && python -m uvicorn app.main:appInformation
- Pricing
- free
- Published
- 6/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the server to claude_desktop_config.json using the uvicorn command.





