← Index

IT Glue

io.github.wyre-technology/itglue-mcp·v1.8.0·Documents & Spreadsheets
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "itglue-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/itglue-mcp:v1.8.0"
      ],
      "env": {
        "ITGLUE_API_KEY": "<your-itglue_api_key>",
        "ITGLUE_REGION": "us",
        "ITGLUE_BASE_URL": "<itglue_base_url>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
ITGLUE_API_KEY
requiredsecret

IT Glue API key (format: ITG.xxx)

ITGLUE_REGION

IT Glue API region: 'us', 'eu', or 'au'

ITGLUE_BASE_URL

Override IT Glue API base URL — auto-derived from region if omitted

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets