Home › Other › infrahub-mcp

infrahub-mcp

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

Python
★ 10 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.2)

uvx infrahub-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "infrahub-mcp": {
      "command": "uvx",
      "args": [
        "infrahub-mcp"
      ],
      "env": {
        "INFRAHUB_ADDRESS": "<YOUR_VALUE>",
        "INFRAHUB_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • INFRAHUB_ADDRESS required — The URL/address of your Infrahub instance
  • INFRAHUB_API_TOKEN required secret — Your Infrahub API token for authentication

Related servers

Data from the Official MCP Registry