Colour PF Create with splash
Loading…

Connecting PF Create to Windsurf

Connecting PF Create to Windsurf

Difficulty: Easy — add a JSON config file.
Requires: Windsurf 1.x+

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

Create or edit ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": [{
    "name": "pfcreate",
    "type": "sse",
    "url": "https://mcp.pfcreate.ca/sse",
    "headers": {"Authorization": "Bearer pfk_YOUR_KEY_HERE"}
  }]
}

Activate

  1. Replace pfk_YOUR_KEY_HERE with your Portal Access Key.
  2. Restart Windsurf or reload config.

Troubleshooting

401 errors — Check the Bearer token includes the full pfk_ prefix.

Back to all connection guides