Skip to content

simple support system mcp for Zed

io.github.bitterdev/simple-support-system-mcp

MCP server for the Simple Support System helpdesk API: read, answer and move tickets.

client:Zed transport:stdio runtime:npm

Install simple support system mcp 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": {
    "simple-support-system-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simple-support-system-mcp"
      ],
      "env": {
        "SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
        "SIMPLE_SUPPORT_SYSTEM_API_KEY": "<SIMPLE_SUPPORT_SYSTEM_API_KEY>",
        "SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
      }
    }
  }
}

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

simple support system mcp in other clients