← Back to Plugins
MCP Server MCP

Freshdesk

github By github 👁 1 views ▲ 0 votes

Freshdesk Support MCP server for Model Context Protocol hosts

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-freshdesk",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the config directory storing per-account credentials",
          "format": "filepath",
          "default": "~/.mcp/freshdesk",
          "name": "FRESHDESK_CONFIG_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...