Loading MCP server directory, please wait...
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
npx @getmcp/cli add io.github.bitterdev/simple-support-system-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SIMPLE_SUPPORT_SYSTEM_BASE_URLBase URL of the Concrete CMS site running the Simple Support System package
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bitterdev/simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": ""
}
}
}
}