MCP server for Jitbit Helpdesk: search, list, read, and reply to support tickets from AI assistants.
claude mcp add jitbit-helpdesk --transport http https://{helpdesk_host}/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"jitbit-helpdesk": {
"url": "https://{helpdesk_host}/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jitbit-helpdesk": {
"serverUrl": "https://{helpdesk_host}/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"jitbit-helpdesk": {
"type": "http",
"url": "https://{helpdesk_host}/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"jitbit-helpdesk": {
"url": "https://{helpdesk_host}/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"jitbit-helpdesk": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{helpdesk_host}/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://{helpdesk_host}/api/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jitbit--jitbit-helpdesk/reviews or the review_server meta-tool.
POST /mcp