Odel
infrahub mcp

infrahub mcp

Local
@opsmill10PythonApache-2.0Updated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIinfrahub-mcpv0.1.2

Run

uvx infrahub-mcp

MCP client config

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