Odel
InvGate Service Desk

InvGate Service Desk

Local
@tracegazer3PythonMITUpdated 1mo ago

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).

PyPIinvgate-service-desk-mcpv0.2.0

Run

uvx invgate-service-desk-mcp

MCP client config

{
  "mcpServers": {
    "invgate-service-desk": {
      "command": "uvx",
      "args": [
        "invgate-service-desk-mcp"
      ]
    }
  }
}
Dockerghcr.io/tracegazer/invgate-service-desk-mcp:0.2.0

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"
      ]
    }
  }
}