Skip to main content
Glama
samdofreelancer

deployment-intelligence-mcp

deployment-intelligence-mcp

Turn DevOps configuration into Deployment Knowledge.

Why does this exist?

CodeGraph answers:

Who calls CreateAccountUseCase()?

Deployment Intelligence MCP answers:

How does CreateAccountUseCase reach 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
     │
     ▼
MCP

Primary abstractions

  • Workflow

  • Job

  • Step

  • Image

  • Deployment

  • Service

Current CLI commands

Install the project:

python -m pip install -e .[dev]

Show CLI help:

dimcp --help

Index the current repository:

dimcp index .

Run the MCP server:

dimcp serve

Current MCP tools

The server exposes the following tools:

  • list_workflows

  • get_workflow

  • list_services

  • list_deployments

  • list_images

What’s next

Planned v0.1 improvements:

  • dimcp inspect for quick knowledge summaries

  • dimcp explain <target> for deployment explanations

  • trace-first queries like trace_service() and trace_image()

  • a .dimcp/ cache location with graph.db and metadata

  • a stronger bridge from methods to services and back

Testing

Run the test suite:

pytest -q

Tool 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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides AI agents with a live architecture model of a codebase, enabling queries for root cause analysis, blast radius, and dependency traversal through MCP tools.
    238
    18
    Apache 2.0
  • A
    license
    D
    quality
    B
    maintenance
    Read-only repository context explorer for coding agents. Provides repository exploration tools via CLI or MCP adapter.
    1
    GPL 3.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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

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