
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@mindstone/mcp-server-freshdesk
Advanced tools
Freshdesk Support MCP server for Model Context Protocol hosts
Freshdesk Support MCP server for Model Context Protocol hosts. Manage helpdesk tickets, search and filter support requests, reply to customers, add internal notes, and configure Freshdesk accounts — all through a standardised MCP interface.
cd <path-to-repo>/connectors/freshdesk
npm install
npm run build
npx -y @mindstone/mcp-server-freshdesk
node dist/index.js
FRESHDESK_CONFIG_PATH — path to the config directory that stores account credentials (defaults to ~/.mcp/freshdesk)MCP_HOST_BRIDGE_STATE — optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE — backwards-compatible alias for MCP_HOST_BRIDGE_STATE{
"mcpServers": {
"Freshdesk": {
"command": "npx",
"args": ["-y", "@mindstone/mcp-server-freshdesk"],
"env": {
"FRESHDESK_CONFIG_PATH": "~/.mcp/freshdesk"
}
}
}
}
{
"mcpServers": {
"Freshdesk": {
"command": "node",
"args": ["<path-to-repo>/connectors/freshdesk/dist/index.js"],
"env": {
"FRESHDESK_CONFIG_PATH": "~/.mcp/freshdesk"
}
}
}
}
configure_freshdesk — Connect a Freshdesk account using subdomain and API keylist_freshdesk_accounts — List connected Freshdesk accounts with agent emailsremove_freshdesk_account — Disconnect a Freshdesk accountlist_freshdesk_tickets — List tickets using predefined filtersget_freshdesk_ticket — Get a single ticket by ID with optional conversationssearch_freshdesk_tickets — Search tickets using Freshdesk query syntaxcreate_freshdesk_ticket — Create a new ticketupdate_freshdesk_ticket — Update ticket fields, status, or assigneereply_to_freshdesk_ticket — Add a public reply to a ticketadd_freshdesk_note — Add a private or public note to a ticketlist_freshdesk_ticket_fields — List all ticket fields including custom fieldsFSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
FAQs
Freshdesk Support MCP server for Model Context Protocol hosts
We found that @mindstone/mcp-server-freshdesk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.