Part3 Developers

Windsurf

Connect Part3 to Windsurf (Codeium's AI editor).

Windsurf supports MCP servers via its mcp_config.json. The Part3 server connects over HTTP — no extension or wrapper required.

Locate the config file

OSPath
macOS~/.codeium/windsurf/mcp_config.json
Windows%USERPROFILE%\.codeium\windsurf\mcp_config.json
Linux~/.codeium/windsurf/mcp_config.json

If the file doesn't exist, create it with {} as the initial content. You can also reach it from Windsurf: Settings → Cascade → Manage MCPs → View raw config.

Add the MCP server

{
  "mcpServers": {
    "part3": {
      "serverUrl": "https://mcp.part3.io"
    }
  }
}

No header, no secret. Windsurf discovers the OAuth endpoints automatically and opens a browser on first use to sign in and approve access.

Prime-only access

MCP is currently limited to users who are a Project Prime on at least one project, plus super-duper-admins. Non-Primes will see an access-denied page on the consent screen.

Refresh

Click Refresh in the Manage MCPs panel, or reload Windsurf. part3 should appear in the server list with its tool count.

Verify

Open Cascade chat and ask:

Using Part3, list my active projects.

Troubleshooting

See the Claude Code troubleshooting section — the causes and fixes apply to Windsurf as well.

On this page