Skip to content
Cline

swsd for Cline

io.github.mikimatsub/swsd

MCP server for SolarWinds Service Desk tickets, catalog, knowledge, ITSM operations, and workflows.

client:Cline transport:stdio runtime:npm

Install swsd in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "swsd": {
      "command": "npx",
      "args": [
        "-y",
        "swsd-mcp"
      ],
      "env": {
        "SWSD_TOKEN": "<SWSD_TOKEN>",
        "SWSD_BASE_URL": "<SWSD_BASE_URL>",
        "SWSD_PROFILE": "<SWSD_PROFILE>",
        "SWSD_WRITE_MODE": "<SWSD_WRITE_MODE>",
        "SWSD_ATTACHMENT_ROOT": "<SWSD_ATTACHMENT_ROOT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

swsd in other clients