Swsd MCP Server

MCP server for SolarWinds Service Desk tickets, catalog, knowledge, ITSM operations, and workflows. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · #71 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Swsd

before you install - you'll need

Set SWSD_TOKEN, SWSD_BASE_URL before connecting.

Claude Code

claude mcp add mikimatsub-swsd-mcp -- npx -y swsd-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mikimatsub-swsd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "swsd-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package swsd-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.mikimatsub is GitHub-verified and matches the repo owner

03 · What Swsd can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.3.1 · 2026-08-20

Patch release reconciling the compatible root and documentation dependency sets. Resolves GHSA-2v37-7h3g-55p8 by updating transitive nanoid from 3.3.17 to 3.3.18 in both lockfiles, updates @hono/node-server to 2.1.1…

v2.3.0 · 2026-08-10

make MCP Registry release retryable · bound tool inputs and enforce coverage · update dependency @astrojs/starlight to v0.41.7 · update node.js to d32cdf6 · update dependency express-rate-limit to v8.6.2 · update…

v2.2.1 · 2026-08-03

Security and trust maintenance · Raised the minimum DOMPurify version to 3.4.13 so downstream installs cannot resolve sanitizer releases affected by advisories fixed through 3.4.12. · Completed all four MCP tool…

04 · Who maintains Swsd

swsd is maintained by mikimatsub. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
automation - ranked #71 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-20)
registry
io.github.mikimatsub/swsd (active, first published 2026-05-07 · 8 versions)
packages
npm:swsd-mcp

06 · Swsd FAQ

What is Swsd?

MCP server for SolarWinds Service Desk tickets, catalog, knowledge, ITSM operations, and workflows. It runs locally over stdio via the published package.

Is Swsd still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Swsd?

Run `npx -y swsd-mcp`. The README documents 2 environment variables (SWSD_TOKEN, SWSD_BASE_URL) to set first. Set SWSD_TOKEN, SWSD_BASE_URL before connecting. You can also paste the ready-made client config above.

Does Swsd run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Swsd

More automation MCP servers · Infomaniak MCP Agent · Jacobian · ArcGIS MCP Bridge · OPC-UA MCP Server

More TypeScript MCP servers · App Publish · Meta Ads · Meta · Umami · Imagenate · see all