deployment-intelligence-mcp
Extracts deployment knowledge from GitHub Actions workflows, including jobs, steps, and images to trace how code reaches production.
Parses Kubernetes manifests to model deployments, services, and ingresses for deployment knowledge.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@deployment-intelligence-mcpHow does the authentication service reach production?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
deployment-intelligence-mcp
Turn DevOps configuration into Deployment Knowledge.
Why does this exist?
CodeGraph answers:
Who calls
CreateAccountUseCase()?
Deployment Intelligence MCP answers:
How does
CreateAccountUseCasereach Production?
This project exists to connect code and deployment artifacts across the delivery chain. It is about the knowledge between code, build, workflow, deployment, service, and ingress. YAML is an implementation detail; the product is Deployment Knowledge.
Related MCP server: prayog-repo-fleet
What it does today
This repository extracts deployment knowledge from a local repository and caches it in SQLite. The current implementation supports:
GitHub Actions workflows under
.github/workflows/Kubernetes manifests under
k8s/a root
Dockerfile
It exposes a query layer for MCP agents to inspect the knowledge cache, not to directly search raw YAML.
High-level flow
Repository
│
▼
Indexer
│
▼
Knowledge DB
│
▼
Query Engine
│
▼
MCPPrimary abstractions
WorkflowJobStepImageDeploymentService
Current CLI commands
Install the project:
python -m pip install -e .[dev]Show CLI help:
dimcp --helpIndex the current repository:
dimcp index .Run the MCP server:
dimcp serveCurrent MCP tools
The server exposes the following tools:
list_workflowsget_workflowlist_serviceslist_deploymentslist_images
What’s next
Planned v0.1 improvements:
dimcp inspectfor quick knowledge summariesdimcp explain <target>for deployment explanationstrace-first queries like
trace_service()andtrace_image()a
.dimcp/cache location withgraph.dband metadataa stronger bridge from methods to services and back
Testing
Run the test suite:
pytest -qThis server cannot be deployed
Maintenance
Related MCP Connectors
Repository knowledge graph MCP server for codebase understanding and debugging.
Repository evidence for agents before they adopt dependencies, enter codebases, compare, or merge.
The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.
Discover Agents and MCP capabilities with versions, permissions, and real-work trust context.
Related MCP Servers
AlicenseNot gradedqualityAmaintenanceProvides AI agents with a live architecture model of a codebase, enabling queries for root cause analysis, blast radius, and dependency traversal through MCP tools.156 npm18Apache 2.0- AlicenseNot gradedqualityBmaintenanceExposes code graphs across multi-program repositories via MCP, enabling humans and agents to query the fleet with evidence.MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to query previously analyzed GitHub repositories for architecture analysis, code review findings, and single-turn code Q&A with verifiable file and line references.MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to inspect repositories, manage Golden Packs, plan golden flows, and run asynchronous validation tasks over MCP, providing a deterministic foundation for project-specific workflows.MIT