MCP Server
Synero + Windsurf
Add Synero as an MCP server in Windsurf. Get multi-model verification on code, architecture, and technical decisions directly in your editor.
Setup
Get started in minutes
1
Add to Windsurf MCP config
Add Synero to your Windsurf MCP configuration.
// Add to ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"synero": {
"command": "npx",
"args": ["-y", "@synero/mcp"],
"env": {
"SYNERO_API_KEY": "sk_live_your_key_here"
}
}
}
}2
Use in Cascade
Windsurf's Cascade agent will call the query_council tool.
// In Windsurf Cascade, ask:
// "Use synero to verify: What's the best auth strategy for this API?"Full Example
Complete integration
// ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"synero": {
"command": "npx",
"args": ["-y", "@synero/mcp"],
"env": {
"SYNERO_API_KEY": "sk_live_your_key_here"
}
}
}
}FAQ
Does Windsurf support MCP?
Yes. Windsurf supports MCP servers through its configuration file. Synero works like any other MCP tool in Windsurf.
Related
Start using Synero with Windsurf
Four AI models. One synthesized answer. Integrated into your workflow.