An open-source Model Context Protocol (MCP) server for the InvGate Service Desk / Service Management API. Exposes 96 tools across 11 domains — incidents (create, update, comment, reassign, approvals),
users & groups, knowledge base, custom fields, assets/CIs, workflows, triggers, breaking news and time tracking.
Read-only by default. Write access is opt-in via granular profiles: `support` (incidents + time tracking, KB stays read-only) or `full` (adds Knowledge Base writes). Backward compatible, fail-fast on
misconfiguration, with optional OpenTelemetry instrumentation.
Install: `uvx invgate-service-desk-mcp`. Published on PyPI and listed in the official MCP registry.
サーバー設定
{
"mcpServers": {
"invgate-service-desk": {
"command": "uvx",
"args": [
"invgate-service-desk-mcp"
],
"env": {
"INVGATE_BASE_URL": "https://YOUR_INSTANCE.sd.cloud.invgate.net",
"INVGATE_API_TOKEN": "your-api-token",
"INVGATE_WRITE_PROFILE": "none"
}
}
}
}