Loading MCP server directory, please wait...
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.
npx @getmcp/cli add io.github.wyre-technology/itglue-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ITGLUE_API_KEYIT Glue API key (format: ITG.xxx)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/itglue-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ITGLUE_API_KEY",
"-e",
"ITGLUE_REGION",
"-e",
"ITGLUE_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/itglue-mcp:v1.11.1"
],
"env": {
"ITGLUE_API_KEY": "",
"ITGLUE_REGION": "us",
"ITGLUE_BASE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}