Skip to content
Zed

infrahub mcp for Zed

com.opsmill/infrahub-mcp

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

client:Zed transport:stdio runtime:pypi

Install infrahub mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "infrahub-mcp": {
      "command": "uvx",
      "args": [
        "infrahub-mcp"
      ],
      "env": {
        "INFRAHUB_ADDRESS": "<INFRAHUB_ADDRESS>",
        "INFRAHUB_API_TOKEN": "<INFRAHUB_API_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

infrahub mcp in other clients