← Back to Plugins
MCP Server MCP

InvGate Service Desk

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx invgate-service-desk-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "invgate-service-desk-mcp",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "InvGate SD instance base URL, e.g. https://acme.sd.cloud.invgate.net",
          "isRequired": true,
          "name": "INVGATE_BASE_URL"
        },
        {
          "description": "InvGate Service Desk API token",
          "isRequired": true,
          "isSecret": true,
          "name": "INVGATE_API_TOKEN"
        },
        {
          "description": "Write access profile: none (default, read-only) | support | full",
          "default": "none",
          "name": "INVGATE_WRITE_PROFILE"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/tracegazer/invgate-service-desk-mcp:0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "InvGate SD instance base URL, e.g. https://acme.sd.cloud.invgate.net",
          "isRequired": true,
          "name": "INVGATE_BASE_URL"
        },
        {
          "description": "InvGate Service Desk API token",
          "isRequired": true,
          "isSecret": true,
          "name": "INVGATE_API_TOKEN"
        },
        {
          "description": "Write access profile: none (default, read-only) | support | full",
          "default": "none",
          "name": "INVGATE_WRITE_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...