itglue-mcp: MCP server connecting LLMs to IT Glue data
itglue-mcp, built by Wyre Technology, is an open-source Model Context Protocol server that connects LLMs to IT Glue as a virtual documentation assistant. The tool exposes an MCP toolset and CRUD endpoints so models can query live documentation, generate reports from asset data, and assist technicians with natural-language queries. Regional support for US, EU, and AU instances is included, and the server runs on Node.js for cross-platform deployment.
What tasks you can actually use the tool for
The tool gives language models programmatic access to live IT Glue records so teams can treat an LLM as a queryable documentation interface. Use cases include answering technician questions about current assets, compiling up-to-date asset summaries, and producing searchable documentation extracts that reflect the API state rather than static copies. These outcomes focus on reducing manual lookups within normal troubleshooting and reporting workflows.
How reliable are the model-driven outputs for operational work
Model responses come from data the tool fetches through the IT Glue API and the MCP toolset, so factual consistency mirrors the source records. Visibility into sensitive values is governed by the API credentials supplied, which means any automated suggestion that depends on credential access requires explicit permissioning and operator validation. Treat generated recommendations as assisted outputs that need human review before execution.
What inputs and environment the tool requires
Deployment requires an MCP host such as Claude Desktop, Cursor, or Windsurf and environment variables for IT Glue connectivity, specifically ITGLUE_API_KEY and ITGLUE_BASE_URL. Installation routes include npm or npx and the server is compatible with Windows, macOS, and Linux. The MCP server exposes structured callable tools that clients add to their mcpServers configuration to enable model-driven CRUD operations.
How privacy, control, and community development are handled
The project is maintained as an open-source MCP server and is not an official IT Glue product, so operators can inspect and modify the code before deployment. Because the tool operates through the IT Glue API, data access and retention follow the API permissions and hosting choices you make. The project has seen positive uptake among MSP users, with community discussion and contributions visible on public forums.
A practical choice for MSPs that accept operational oversight
itglue-mcp is a practical option for MSPs and technical teams who need conversational access to their documentation via LLMs, provided operators are prepared to run an MCP host and enforce access controls. Its value depends on disciplined API permissioning and deliberate human review of model outputs; teams that accept those responsibilities can deploy it as an assisted tool within incident response and reporting workflows.





