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
{
"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