simple support system mcp for Gemini CLI
io.github.bitterdev/simple-support-system-mcp
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
client:Gemini CLI
transport:stdio
runtime:npm
Install simple support system mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs