PF CreatePrompt · Publish
Profit

Connecting PF Create to Zed

Difficulty: Moderate — Zed routes remote SSE servers through a local bridge.
Requires: Zed v0.18+, Node.js (for mcp-remote bridge)

Before You Start

  • Your pfk_… API key — find it on your account page
  • Install the mcp-remote bridge: npm install -g mcp-remote

Config File

Edit ~/.config/zed/settings.json and add:

{"context_servers":{"pfcreate":{"command":{"path":"npx","args":["-y","mcp-remote","https://mcp.pfcreate.ca/sse","--header","Authorization: Bearer pfk_YOUR_KEY_HERE"]}}}}

Troubleshooting

mcp-remote not found — Run npm install -g mcp-remote.

Tools not listed — Restart Zed fully.

Back to all connection guides