InvGate Service Desk
About
InvGate Service Desk MCP: 96 tools/11 domains, 3-tier access (none/support/full), OTel.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
INVGATE_BASE_URL INVGATE_API_TOKEN INVGATE_WRITE_PROFILEClaude Code
claude mcp add --env INVGATE_BASE_URL= --env INVGATE_API_TOKEN= --env INVGATE_WRITE_PROFILE= invgate-service-desk-mcp -- uvx invgate-service-desk-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"invgate-service-desk-mcp","command":"uvx","args":["invgate-service-desk-mcp"],"env":{"INVGATE_BASE_URL":"","INVGATE_API_TOKEN":"","INVGATE_WRITE_PROFILE":""}}'
JSON
{
"mcpServers": {
"invgate-service-desk-mcp": {
"command": "uvx",
"args": [
"invgate-service-desk-mcp"
],
"env": {
"INVGATE_BASE_URL": "",
"INVGATE_API_TOKEN": "",
"INVGATE_WRITE_PROFILE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.