Skip to content
Cursor

infrahub mcp for Cursor

com.opsmill/infrahub-mcp

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

client:Cursor transport:stdio runtime:pypi

Install infrahub mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

infrahub mcp in other clients