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: repo-context
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 -qTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This 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 Connectors
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.
111Knowledge coverage map and health score. Ingest docs into a governed knowledge graph via MCP.
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.23818Apache 2.0- AlicenseDqualityBmaintenanceRead-only repository context explorer for coding agents. Provides repository exploration tools via CLI or MCP adapter.1GPL 3.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
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