Home › Productivity › InvGate Service Desk
InvGate Service Desk
InvGate Service Desk MCP: 96 tools/11 domains, 3-tier access (none/support/full), OTel.
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_URLrequired — InvGate SD instance base URL, e.g. https://acme.sd.cloud.invgate.netINVGATE_API_TOKENrequired secret — InvGate Service Desk API tokenINVGATE_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_URLrequired — InvGate SD instance base URL, e.g. https://acme.sd.cloud.invgate.netINVGATE_API_TOKENrequired secret — InvGate Service Desk API tokenINVGATE_WRITE_PROFILE— Write access profile: none (default, read-only) | support | full
Related servers
mcp-atlassian
MCP server for Atlassian products (Confluence and Jira). Supports Confluence Cloud, Jira Cloud, and Jira Server/Data Center. Provides…
yandex-tracker-mcp
MCP Server for Yandex Tracker. Provides tools for searching and retrieving information about issues, queues, users.
jira-mcp
A Go-based MCP connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless…
freshdesk_mcp
MCP server that integrates with Freshdesk, enabling AI models to interact with Freshdesk modules and perform various support operations.
quickchat-ai-mcp
Launch your conversational Quickchat AI agent as an MCP to give AI apps real-time access to its Knowledge Base and conversational…
bugherd-mcp
BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry