io.github.mikimatsub/swsd✓
io.github.mikimatsub/swsd · v2.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mikimatsub/swsd",
"description": "MCP server for SolarWinds Service Desk: tickets, knowledge base, and the service catalog.",
"repository": {
"url": "https://github.com/mikimatsub/MCP-SWSD",
"source": "github"
},
"version": "2.1.0",
"websiteUrl": "https://mcp-swsd.pages.dev",
"packages": [
{
"registryType": "npm",
"identifier": "swsd-mcp",
"version": "2.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SWSD_TOKEN"
},
{
"description": "SWSD API base URL. US tenants: https://api.samanage.com (default). EU tenants: https://apieu.samanage.com.",
"format": "string",
"default": "https://api.samanage.com",
"name": "SWSD_BASE_URL"
},
{
"description": "Tool registration profile: 'triage' (14 read-heavy tools), 'agent' (33 default), 'knowledge' (15 KB-author), 'full' (35 every tool).",
"format": "string",
"default": "agent",
"choices": [
"triage",
"agent",
"knowledge",
"full"
],
"name": "SWSD_PROFILE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}