planfix mcp for Zed
io.github.theyahia/planfix-mcp
MCP server for Planfix API — tasks, contacts. 3 tools.
client:Zed
transport:stdio
runtime:npm
Install planfix mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"planfix-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/planfix-mcp"
],
"env": {
"PLANFIX_TOKEN": "<PLANFIX_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs