io.github.bitterdev/simple-support-system-mcp MCP Server
io.github.bitterdev/simple-support-system-mcp
What is the io.github.bitterdev/simple-support-system-mcp MCP server?
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
How to install io.github.bitterdev/simple-support-system-mcp
Copy-paste configuration for popular MCP clients.
SIMPLE_SUPPORT_SYSTEM_BASE_URLrequiredBase URL of the Concrete CMS site running the Simple Support System package
SIMPLE_SUPPORT_SYSTEM_API_KEYsecretAPI key sent as the X-Api-Key header, needed for administrative calls
SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKENsecretDefault access token for private projects
{
"mcpServers": {
"simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<YOUR_SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<YOUR_SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<YOUR_SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}{
"mcpServers": {
"simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<YOUR_SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<YOUR_SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<YOUR_SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}{
"mcpServers": {
"simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<YOUR_SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<YOUR_SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<YOUR_SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}{
"servers": {
"simple-support-system-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<YOUR_SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<YOUR_SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<YOUR_SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}claude mcp add simple-support-system-mcp --env SIMPLE_SUPPORT_SYSTEM_BASE_URL=<YOUR_SIMPLE_SUPPORT_SYSTEM_BASE_URL> --env SIMPLE_SUPPORT_SYSTEM_API_KEY=<YOUR_SIMPLE_SUPPORT_SYSTEM_API_KEY> --env SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN=<YOUR_SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN> -- npx -y simple-support-system-mcpRelated MCP servers
MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.
MCP server to mount and unmount VeraCrypt containers with secure stdin password handling.
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
Renders letters as print ready PDFs, DIN 5008 compliant for German window envelopes.
Send physical letters and faxes through the PixelLetter interface, test mode included.