Skip to content
Zed

mcp tomticket for Zed

io.github.glira/mcp-tomticket

TomTicket helpdesk MCP: tickets, replies, time, customers, chats, and KB

client:Zed transport:stdio runtime:npm

Install mcp tomticket in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-tomticket": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-tomticket"
      ],
      "env": {
        "TOMTICKET_TOKEN": "<TOMTICKET_TOKEN>",
        "TOMTICKET_BASE_URL": "<TOMTICKET_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp tomticket in other clients