PluginBench
MCP Server

io.github.mikimatsub/swsd MCP Server

io.github.mikimatsub/swsd

What is the io.github.mikimatsub/swsd MCP server?

MCP server for SolarWinds Service Desk: tickets, knowledge base, and the service catalog.

How to install io.github.mikimatsub/swsd

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SWSD_TOKEN
    required
    secret

    SolarWinds Service Desk admin token (JWT). Generate in the SWSD UI: Setup -> Users & Groups -> Users -> [your user] -> Actions -> Generate JSON Web Token. Service Desk administrator rights required.

  • SWSD_BASE_URL

    SWSD API base URL. US tenants: https://api.samanage.com (default). EU tenants: https://apieu.samanage.com.

  • SWSD_PROFILE

    Tool registration profile: 'triage' (14 read-heavy tools), 'agent' (33 default), 'knowledge' (15 KB-author), 'full' (35 every tool).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swsd": {
      "command": "npx",
      "args": [
        "-y",
        "swsd-mcp"
      ],
      "env": {
        "SWSD_TOKEN": "<YOUR_SWSD_TOKEN>",
        "SWSD_BASE_URL": "<YOUR_SWSD_BASE_URL>",
        "SWSD_PROFILE": "<YOUR_SWSD_PROFILE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "swsd": {
      "command": "npx",
      "args": [
        "-y",
        "swsd-mcp"
      ],
      "env": {
        "SWSD_TOKEN": "<YOUR_SWSD_TOKEN>",
        "SWSD_BASE_URL": "<YOUR_SWSD_BASE_URL>",
        "SWSD_PROFILE": "<YOUR_SWSD_PROFILE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "swsd": {
      "command": "npx",
      "args": [
        "-y",
        "swsd-mcp"
      ],
      "env": {
        "SWSD_TOKEN": "<YOUR_SWSD_TOKEN>",
        "SWSD_BASE_URL": "<YOUR_SWSD_BASE_URL>",
        "SWSD_PROFILE": "<YOUR_SWSD_PROFILE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "swsd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "swsd-mcp"
      ],
      "env": {
        "SWSD_TOKEN": "<YOUR_SWSD_TOKEN>",
        "SWSD_BASE_URL": "<YOUR_SWSD_BASE_URL>",
        "SWSD_PROFILE": "<YOUR_SWSD_PROFILE>"
      }
    }
  }
}
Claude Code
claude mcp add swsd --env SWSD_TOKEN=<YOUR_SWSD_TOKEN> --env SWSD_BASE_URL=<YOUR_SWSD_BASE_URL> --env SWSD_PROFILE=<YOUR_SWSD_PROFILE> -- npx -y swsd-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →