HomeProductivity › InvGate Service Desk

InvGate Service Desk

InvGate Service Desk MCP: 96 tools/11 domains, 3-tier access (none/support/full), OTel.

Python Cloud
★ 3 stars Last pushed 2026-07-14 License: MIT

Topics: Support & Service Management

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.2.0)

uvx invgate-service-desk-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "invgate-service-desk-mcp": {
      "command": "uvx",
      "args": [
        "invgate-service-desk-mcp"
      ],
      "env": {
        "INVGATE_BASE_URL": "<YOUR_VALUE>",
        "INVGATE_API_TOKEN": "<YOUR_VALUE>",
        "INVGATE_WRITE_PROFILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • INVGATE_BASE_URL required — InvGate SD instance base URL, e.g. https://acme.sd.cloud.invgate.net
  • INVGATE_API_TOKEN required secret — InvGate Service Desk API token
  • INVGATE_WRITE_PROFILE — Write access profile: none (default, read-only) | support | full

Package (oci)

docker run -i --rm ghcr.io/tracegazer/invgate-service-desk-mcp:0.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "invgate-service-desk-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tracegazer/invgate-service-desk-mcp:0.2.0"
      ],
      "env": {
        "INVGATE_BASE_URL": "<YOUR_VALUE>",
        "INVGATE_API_TOKEN": "<YOUR_VALUE>",
        "INVGATE_WRITE_PROFILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • INVGATE_BASE_URL required — InvGate SD instance base URL, e.g. https://acme.sd.cloud.invgate.net
  • INVGATE_API_TOKEN required secret — InvGate Service Desk API token
  • INVGATE_WRITE_PROFILE — Write access profile: none (default, read-only) | support | full

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry