itglue-mcp
Related Servers
Alternatives to itglue-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.11 npm3MIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server for ConnectWise Automate with decision tree architecture, enabling Claude to manage scripts, computers, groups, and automation workflows.1Apache 2.0
- AlicenseBqualityDmaintenanceA secure Model Context Protocol server that enables Claude Code to connect with OpenAI and Google Gemini models, allowing users to query multiple AI providers through a standardized interface.33MIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server for HaloPSA with decision tree architecture for efficient tool loading, enabling Claude to manage tickets, clients, agents, and assets.3Apache 2.0
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.38293 PyPI155MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides persistent memory and conversation continuity for Claude Desktop and Claude Code, allowing users to save and restore project context when threads hit token limits.MIT
TDQS
Scored across 27 tools
Most tools have distinct resource+action pairs, and the search_* versus get_* split is clear. Minor ambiguity exists between get_document and list_document_sections, since both can be used to read document content.
The set mostly follows a consistent verb_noun pattern with search_, get_, create_, update_, delete_, and list_ prefixes. The main outlier is itglue_health_check, which uses a noun-phrase name instead of a verb-led convention.
27 tools is on the heavy side for an agent-facing surface. The breadth is somewhat justified by IT Glue's many entity types, but the count sits above the ideal 3-15 tool range and will increase decision overhead.
There are significant gaps: organizations, configurations, passwords, and flexible assets are effectively read-only, with no create/update/delete tools. Even documents lack a hard delete or metadata update, so the surface is not a complete IT Glue management set.