Back to directory
bitterdev/simple-support-system-mcp

bitterdev/simple-support-system-mcp

@bitterdev

Local stdio MCP server for managing Simple Support System ticket APIs on Concrete CMS, including tickets, replies, states, projects, comments, and attachments.

Concrete CMSsupport ticketsticket managementREST APIstdioTypeScripttool

Installation & Configuration

{
  "mcpServers": {
    "simple-support-system": {
      "command": "node",
      "args": [
        "/absolute/path/to/simple-support-system-mcp/dist/src/index.js"
      ],
      "env": {
        "SIMPLE_SUPPORT_SYSTEM_BASE_URL": "https://support.example.com",
        "SIMPLE_SUPPORT_SYSTEM_API_KEY": "your-api-key"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/9/5
Updated
2026/9/5