Back to Home
steven-whitehead-webscale icon

ZendeskMcpServer

Verified Safe

by steven-whitehead-webscale

Overview

Provides Zendesk Help Center articles as context for Cursor AI via Model Context Protocol (MCP) server.

Installation

Run Command
dotnet run --project ZendeskMcpServer.csproj -- --http

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-11-27

Tags

ZendeskAI IntegrationHelp CenterC#MCP