Help Scout MCP Server for Zed
io.github.drewburchfield/help-scout-mcp
Search Help Scout conversations, customers, organizations, threads, and inboxes with AI assistants
client:Zed
transport:stdio
runtime:npm
Install Help Scout MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"help-scout-mcp": {
"command": "npx",
"args": [
"-y",
"help-scout-mcp-server"
],
"env": {
"HELPSCOUT_APP_ID": "<HELPSCOUT_APP_ID>",
"HELPSCOUT_APP_SECRET": "<HELPSCOUT_APP_SECRET>",
"REDACT_MESSAGE_CONTENT": "<REDACT_MESSAGE_CONTENT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs