mcpbeat Sign in

Infrahub MCP Server

local only

Infrahub MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 143 installs a week from pypi. Last commit 16 Sep 2026.

An MCP server connects your AI assistants to Infrahub using the open MCP standard.

Installs per day peak 73 · avg 28 · -27% w/w
a month agotoday
143
Installs / week
pypi · infrahub-mcp
10
Stars
6 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 59 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation [пакет] .github/workflows/update-infrahub-sdk.yml:60, [пакет] .github/workflows/update-infrahub.yml:62, .github/workflows/update-infrahub-sdk.yml:60 и ещё 1
      - name: Update infrahub-sdk to version ${{ env.INFRAHUB_SDK_VERSION }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add infrahub-mcp -- uvx infrahub-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "infrahub-mcp": {
      "args": [
        "infrahub-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.infrahub-mcp]
command = "uvx"
args = ["infrahub-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "infrahub-mcp": {
      "args": [
        "infrahub-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "infrahub-mcp": {
      "args": [
        "infrahub-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INFRAHUB_ADDRESS (The URL/address of your Infrahub instance), INFRAHUB_API_TOKEN (Your Infrahub API token for authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Infrahub MCP

same job, measured the same way
Plesk MCP
by flayedone

Manage your Plesk hosting server using AI assistants.

100 installs/wk local only
openLCA MCP Server
by below280

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

4 503 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Autodesk Revit MCP Server
by sam-aec

MCP server connecting AI assistants to Autodesk Revit through a local bridge.

local only
Zapier
by zapier

Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.

answering
ClaudeR - RStudio MCP Server
by imnmv

Connect RStudio to AI assistants for interactive R coding and data analysis.

1 670 installs/wk local only
MCP Server for YNAB
by hs737

Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.

1 167 installs/wk local only

Infrahub MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Infrahub MCP?
Infrahub MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package infrahub-mcp was installed 143 times last week.
How do I connect Infrahub MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls infrahub-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Infrahub MCP?
The pypi package infrahub-mcp was installed 143 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Infrahub MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 10 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.