InvGate Service Desk MCP: 96 tools/11 domains, 3-tier access (none/support/full), OTel.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx invgate-service-desk-mcp
MCP client config
{
"mcpServers": {
"invgate-service-desk": {
"command": "uvx",
"args": [
"invgate-service-desk-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/tracegazer/invgate-service-desk-mcp:0.2.0
MCP client config
{
"mcpServers": {
"invgate-service-desk": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tracegazer/invgate-service-desk-mcp:0.2.0"
]
}
}
}