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 "Install 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: NEAT MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI agents to search code by meaning, explore codebase structure, store and query knowledge with temporal facts, and read source code through a set of MCP tools.Last updated6016MIT

NEAT MCP Serverofficial
Alicense-qualityBmaintenanceProvides AI agents with a live architecture model of a codebase, enabling queries for root cause analysis, blast radius, and dependency traversal through MCP tools.Last updated17515Apache 2.0- AlicenseDqualityBmaintenanceRead-only repository context explorer for coding agents. Provides repository exploration tools via CLI or MCP adapter.Last updated1GPL 3.0
- AlicenseBqualityAmaintenanceA lean, local knowledge graph that joins a repo's code to its aSPARK delivery artifacts, enabling agents to trace user stories to code and assess impact of changes, served over MCP.Last updated92MIT
Related MCP Connectors
Knowledge coverage map and health score. Ingest docs into a governed knowledge graph via MCP.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samdofreelancer/deployment-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server