We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fitcloud/zendesk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•209 B
# Zendesk API 설정
ZENDESK_SUBDOMAIN=saltware
ZENDESK_EMAIL=api-user@saltware.co.kr
ZENDESK_API_TOKEN=your_api_token_here
# MCP 서버 설정 (HTTP 모드)
MCP_TRANSPORT=http
MCP_HOST=0.0.0.0
MCP_PORT=8000