ZendeskMcpServer
Verified Safeby steven-whitehead-webscale
Overview
Provides Zendesk Help Center articles as context for Cursor AI via Model Context Protocol (MCP) server.
Installation
dotnet run --project ZendeskMcpServer.csproj -- --httpEnvironment Variables
- ZENDESK_SUBDOMAIN
- ZENDESK_EMAIL
- ZENDESK_API_TOKEN
- PORT
- MCP_SERVER_MODE
- MCP_SERVER_URL
Security Notes
The server uses environment variables or appsettings.json for credentials, which is good practice. The README explicitly warns against committing API tokens. However, the default HTTP server listens on `0.0.0.0:8080`, making it accessible on all network interfaces, which requires proper firewalling in production environments. Example configurations in the README show credentials directly in JSON, which could mislead users to hardcode secrets if they don't follow the best practices outlined.
Similar Servers
Zammad-MCP
An MCP (Model Context Protocol) server designed to integrate AI assistants with the Zammad ticket system, providing tools and resources for comprehensive ticket, user, organization, and attachment management.
microcms-document-mcp-server
This server provides AI assistants with access to microCMS documentation for searching and retrieving the latest document content.
cursor-cloud-agent-mcp
This MCP server acts as a gateway, allowing AI assistants to interact with the Cursor Cloud Agents API to create, manage, and monitor automated tasks on GitHub repositories.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.