Loading MCP server directory, please wait...
MCP server for SolarWinds Service Desk: tickets, knowledge base, and the service catalog.
npx @getmcp/cli add io.github.mikimatsub/swsdRequires Node.js 18+. Community-contributed server. Review source before installing.
SWSD_TOKENSolarWinds 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mikimatsub/swsd": {
"command": "npx",
"args": [
"-y",
"swsd-mcp"
],
"env": {
"SWSD_TOKEN": "",
"SWSD_BASE_URL": "https://api.samanage.com",
"SWSD_PROFILE": "agent"
}
}
}
}