Windsurf reads its servers from ~/.codeium/windsurf/mcp_config.json. Of the 31 603 we track, 9 861 answer right now without any credentials, 3 191 sign you in through the browser and 1 297 want an API key you paste into the config. The blocks below are ready to paste — each is built from the address we actually reached, in the format this client expects.
Cascade has a button for it, or edit the file directly. It is plain JSON with one object per server.
~/.codeium/windsurf/mcp_config.json
A local one needs the command that launches it. A remote one needs only its address, under serverUrl.
Cascade reads the file on reload. If the server answers, its tools appear; if it asks for credentials, that means it runs and wants a key.
Playwright Tools for MCP
Gives AI development tools Firebase-specific capabilities and expertise.
Up-to-date code docs for any prompt
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
Help agents automatically write and test stories for your UI components.
MCP server for Chrome DevTools
Easily find and fix security issues in your applications leveraging Snyk platform capabilities.
Cross-cloud GPU orchestration CLI.
AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.
Marketing on autopilot from your agent. 847 tools, usable alone. Publishing and ads cost no credits.
Official TypeScript library for the Telnyx API
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
Written from how Windsurf reads its config, not from its release notes.
Autonomous agent living inside VS Code. Handles local processes and remote endpoints over streamable HTTP or SSE, but authorisation is on you — through headers or environment variables.
Google's command-line agent. Takes all three transports and carries a full OAuth flow for remote servers, including service-account impersonation.
Built into the JetBrains IDEs. Configured through the settings dialog rather than a file, and it can import a config you already wrote for another client.
Open-source terminal agent. Local and remote servers sit in the same mcp object, told apart by a type field, and tokens are kept outside the config.
Adds servers by command, so nothing to edit by hand. Handles both local processes and remote endpoints, including OAuth logins.
Config sits in the project folder, so servers can differ per repository — useful when one project needs database access and another must not have it.
Works through GitHub Copilot's agent mode. Like Cursor, the config is per workspace rather than global.
The only client here that uses TOML rather than JSON, so a config copied from elsewhere will not work as is.
One global config for everything, so a server added here is available in every conversation.