IT Glue
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/wyre-ai/itglue-mcp:v1.17.2
Or add to your MCP client config:
{
"mcpServers": {
"itglue-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/itglue-mcp:v1.17.2"
],
"env": {
"ITGLUE_API_KEY": "<YOUR_VALUE>",
"ITGLUE_REGION": "<YOUR_VALUE>",
"ITGLUE_BASE_URL": "<YOUR_VALUE>",
"MCP_TRANSPORT": "<YOUR_VALUE>",
"AUTH_MODE": "<YOUR_VALUE>",
"LOG_LEVEL": "<YOUR_VALUE>"
}
}
}
}
ITGLUE_API_KEYrequired secret — 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 omittedMCP_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
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.wyre-technology/itglue-mcp
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry