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.
SWSD_TOKENrequiredsecretSolarWinds 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_URLSWSD API base URL. US tenants: https://api.samanage.com (default). EU tenants: https://apieu.samanage.com.
SWSD_PROFILETool registration profile: 'triage' (14 read-heavy tools), 'agent' (33 default), 'knowledge' (15 KB-author), 'full' (35 every tool).
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.