IT Glue
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_KEYrequiredsecret
IT Glue API key (format: ITG.xxx)
ITGLUE_REGIONIT Glue API region: 'us', 'eu', or 'au'
ITGLUE_BASE_URLOverride IT Glue API base URL — auto-derived from region if omitted
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog 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
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai