Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

planfix mcp in other clients