Connect Windsurf to BCTRL MCP

View as Markdown

Add BCTRL to ~/.codeium/windsurf/mcp_config.json. Remote servers use serverUrl:

1{
2 "mcpServers": {
3 "bctrl": {
4 "serverUrl": "https://api.bctrl.ai/mcp"
5 }
6 }
7}

Edit it from Windsurf Settings → Cascade → MCP Servers → View raw config, then click Refresh.

If Windsurf does not prompt you to authenticate the custom server, bridge through mcp-remote, which runs the OAuth approval locally and forwards to the endpoint:

1{
2 "mcpServers": {
3 "bctrl": {
4 "command": "npx",
5 "args": ["-y", "mcp-remote", "https://api.bctrl.ai/mcp"]
6 }
7 }
8}

See Troubleshooting.