Skip to content
Windsurf

simple support system mcp for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install simple support system mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

simple support system mcp in other clients