Skip to content
Zed

swsd for Zed

io.github.mikimatsub/swsd

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

client:Zed transport:stdio runtime:npm

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

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

swsd in other clients