io.github.wyre-technology
freshdesk-mcp
Freshdesk
MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/freshdesk-mcp:v1.0.1
Transportstdio
Environment Variables
FRESHDESK_DOMAIN(str)
Required
Freshdesk account subdomain — the part before .freshdesk.com (e.g. 'acme')
FRESHDESK_API_KEY(str)
RequiredSecret
Freshdesk API key (found under Profile Settings in the Freshdesk portal)
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error