PF CreatePrompt · Publish
Profit

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

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