Skip to main content
Glama

Sumanshu Arora

__init__.pyβ€’574 B
#!/usr/bin/env python3 """ Zendesk MCP Server Package A comprehensive Zendesk integration MCP server providing: - Complete ticket management (CRUD operations) - User and organization management - Knowledge base article access - Analytics and reporting capabilities - Comment and note management - Rate limiting and caching for optimal performance This package uses FastMCP for modern MCP protocol implementation. """ from .config import ZendeskServerConfig from .server import ZendeskMCPServer __all__ = ["ZendeskMCPServer", "ZendeskServerConfig"] __version__ = "1.0.0"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Data-Everything/mcp-server-templates'

If you have feedback or need assistance with the MCP directory API, please join our Discord server