Skip to content
Zed

IT Glue for Zed

io.github.wyre-ai/itglue-mcp

MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.

client:Zed transport:stdio runtime:oci

Install IT Glue 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": {
    "itglue-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/itglue-mcp:v1.17.2"
      ],
      "env": {
        "ITGLUE_API_KEY": "<ITGLUE_API_KEY>",
        "ITGLUE_REGION": "<ITGLUE_REGION>",
        "ITGLUE_BASE_URL": "<ITGLUE_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

IT Glue in other clients