IT Glue✓
io.github.wyre-technology/itglue-mcp · v1.8.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.wyre-technology/itglue-mcp",
"description": "MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.",
"title": "IT Glue",
"repository": {
"url": "https://github.com/wyre-technology/itglue-mcp",
"source": "github"
},
"version": "1.8.2",
"websiteUrl": "https://github.com/wyre-technology/itglue-mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/itglue-mcp:v1.8.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "IT Glue API key (format: ITG.xxx)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ITGLUE_API_KEY"
},
{
"description": "IT Glue API region: 'us', 'eu', or 'au'",
"format": "string",
"default": "us",
"name": "ITGLUE_REGION"
},
{
"description": "Override IT Glue API base URL — auto-derived from region if omitted",
"format": "string",
"name": "ITGLUE_BASE_URL"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}