simple support system mcp for Cline
io.github.bitterdev/simple-support-system-mcp
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
client:Cline
transport:stdio
runtime:npm
Install simple support system mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs