swsd for Windsurf
io.github.mikimatsub/swsd
MCP server for SolarWinds Service Desk tickets, catalog, knowledge, ITSM operations, and workflows.
client:Windsurf
transport:stdio
runtime:npm
Install swsd in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs