Colour PF Create with splash
Loading…

Connecting PF Create to Continue.dev

Connecting PF Create to Continue.dev

Difficulty: Easy — edit one config file.
Requires: Continue extension v0.9+ in VS Code or JetBrains

Before You Start

  • Your pfk_… Portal Access Key — log in at user.pfcreate.ca, select Security from the menu, click Rotate Portal Access Key, and copy the key immediately. It will not be shown again.

Config File

Edit ~/.continue/config.yaml:

mcpServers:
  - name: PFCreate MCP
    type: sse
    url: https://mcp.pfcreate.ca/sse
    headers:
      Authorization: "Bearer pfk_YOUR_KEY_HERE"

Troubleshooting

Tools not appearing — Confirm the config is valid and reload the window.

401 errors — Check the full pfk_ prefix is present.

Back to all connection guides