Infrahub MCP

Infrahub MCP Server connects AI assistants and IDE agents to Infrahub using the open Model Context Protocol standard - so agents can query, create, update, and propose changes to your infrastructure data through a consistent, audited interface. It works with any MCP-compatible client (Claude Desktop, VS Code, Cursor, CLI agents, and more) with no custom glue code required.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 10 · #93 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Infrahub MCP

before you install - you'll need

Set INFRAHUB_ADDRESS, INFRAHUB_API_TOKEN before connecting.

Claude Code

claude mcp add opsmill-infrahub-mcp -- uvx infrahub-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "opsmill-infrahub-mcp": {
      "command": "uvx",
      "args": [
        "infrahub-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package infrahub-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace com.opsmill - domain-verified with the official MCP registry

03 · What Infrahub MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.7 · 2026-07-03

Release summary · Trace how two objects in your infrastructure are connected, or find everything of a given kind that a change could reach - without inspecting the schema and hand-building a deep, nested GraphQL query.…

v1.1.6 · 2026-06-08

Release summary · Use the same AI conversation across multiple Proposed Changes instead of starting over after each one. When a Proposed Change has been merged or its branch is no longer available, work can continue in…

v1.1.5 · 2026-05-29

Release summary · Know immediately when a session branch can no longer be used. Branch state is validated before reuse, making long-running sessions more predictable and laying the groundwork for the automatic recovery…

04 · Who maintains Infrahub MCP

infrahub-mcp is maintained by opsmill. It's the only MCP server we track from this author; the repo dates to May 2025.

05 · Facts

category
coding agent - ranked #93 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-03)
registry
com.opsmill/infrahub-mcp (active, first published 2025-10-10)
packages
pypi:infrahub-mcp

06 · Infrahub MCP FAQ

What is Infrahub MCP?

Infrahub MCP Server connects AI assistants and IDE agents to Infrahub using the open Model Context Protocol standard - so agents can query, create, update, and propose changes to your infrastructure data through a consistent, audited interface. It works with any MCP-compatible client (Claude Desktop, VS Code, Cursor, CLI agents, and more) with no custom glue code required.

Is Infrahub MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Infrahub MCP?

Run `uvx infrahub-mcp`. The README documents 2 environment variables (INFRAHUB_ADDRESS, INFRAHUB_API_TOKEN) to set first. Set INFRAHUB_ADDRESS, INFRAHUB_API_TOKEN before connecting. You can also paste the ready-made client config above.

Does Infrahub MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Infrahub MCP

More coding agent MCP servers · Oxcode · Gograph · Symbols · Mneme (patsa2561-art)

More Python MCP servers · Cloud FinOps Skill & MCP · Opus Clip (opus-pro) · OrbiAds - Google Ad Manager · YAML Workflow · see all