Zammad
Zammad open-source helpdesk: tickets, their articles, users, organizations and groups, plus full-text search across the ticket base. REST API v1 on your own Zammad instance, token auth.
7 дней бесплатно · без карты · EU-хостинг
Спроси Zammad что угодно
Попробуй реальный промпт против Zammad via AnythingMCP — Claude вызывает tools, возвращает ответ. Нажми Enter на своём сообщении, чтобы установить в Cloud.
Установить Zammad в CloudClaude — это AI, он может ошибаться. Проверяйте ответы.
Настройка за 2 минуты
- 1Запусти free trial на cloud.anythingmcp.com.
- 2Нажми Zammad в коннектор-сторе. Вставь учётные данные.
- 3Выпусти MCP API ключ и направьте AI-клиент на MCP URL.
Гиды по Zammad
Пошаговая настройка для основных AI-клиентов.
Настройка Zammad
Прямо из определения коннектора: где взять учётные данные, какие права им нужны и с каким API работает этот адаптер. Предоставлено автором коннектора на английском языке.
Getting a token
- Sign in to Zammad, open your avatar → Profile → Token Access, and switch token access on if an admin has not already.
- Create a token with the permissions the agent needs —
ticket.agentto read and answer tickets,adminonly if you really want the agent to change configuration. - Put it in
ZAMMAD_API_TOKENand your instance's base URL (no trailing slash, no/api) inZAMMAD_URL.
The Authorization header is Token token=…, Zammad's own scheme — not Bearer. This adapter sends it correctly; it is the first thing to check when hand-building a Zammad connector that 401s with a token you know is good.
Permissions are per-token and per-group. A token whose user is not a member of a group cannot see that group's tickets, and Zammad reports this as an empty list rather than an error. An agent that says 'there are no tickets' may simply be looking through the wrong account.
Search syntax is Elasticsearch-flavoured when Zammad has Elasticsearch attached, and falls back to a much simpler SQL LIKE otherwise. state.name:open AND group.name:Support works on the former and not the latter, so keep queries simple if you are unsure.
expand=true turns id references (state_id, owner_id) into readable names. The list tools below pass it through; it costs a little latency and saves several follow-up calls.
Self-hosted, which is the thing to plan for.
- On AnythingMCP Cloud the instance must be reachable from the public internet on a real hostname with a valid TLS certificate. A self-signed certificate will fail: the connector offers no trust-anything switch.
- On an internal host (
zammad.intern,10.0.0.x), self-host AnythingMCP on the same network and add that host toSSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.
Writes: zammad_create_ticket opens a real ticket that notifies the customer, and zammad_add_article sends a real reply if type is email. Use type: note with internal: true for anything the customer should not see.
Твой AI в двух кликах от Zammad.
Установи коннектор, вставь учётные данные, спроси AI. 7 дней бесплатно, без карты.