pylon mcp for Zed
io.github.justinbeckwith/pylon-mcp
MCP server for Pylon customer support platform
client:Zed
transport:stdio
runtime:npm
Install pylon mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pylon-mcp": {
"command": "npx",
"args": [
"-y",
"pylon-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs