Windsurf · MCP setup
Use any MCP server in Windsurf -
without per-server entries.
Windsurf is an agentic IDE with native MCP support. Plug 1Server in once and every marketplace server is one click away - no fragmented per-server config.
About Windsurf
Windsurf - formerly Codeium's flagship product, now part of Cognition - is "the first agentic IDE", combining a code editor with autonomous agents like Devin. Native MCP support via the standard `mcpServers` config block.
By Cognition AI, Inc.. Visit homepage
60-second install
mcp.json
{
"mcpServers": {
"1server": {
"command": "npx",
"args": [
"-y",
"1server-mcp-engine"
],
"env": {
"ONESERVER_API_KEY": "your-api-key"
}
}
}
}Paste into your Windsurf settings under `mcpServers`.
Replace your-api-key / YOUR_KEY with the API key from your dashboard.
Why use 1Server with Windsurf?
- Single MCP entry in your Windsurf config replaces every other.
- Same vault, same servers, same config across Windsurf and any other client.
- Hot reload when you add or remove a server in 1Server.