MCP Server
MCP
io.github.bitterdev/simple-support-system-mcp
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "simple-support-system-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Concrete CMS site running the Simple Support System package",
"isRequired": true,
"name": "SIMPLE_SUPPORT_SYSTEM_BASE_URL"
},
{
"description": "API key sent as the X-Api-Key header, needed for administrative calls",
"isSecret": true,
"name": "SIMPLE_SUPPORT_SYSTEM_API_KEY"
},
{
"description": "Default access token for private projects",
"isSecret": true,
"name": "SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment