Windsurf
Windsurf (Codeium's agentic IDE) reads MCP servers from its own config file.
Config path
~/.codeium/windsurf/mcp_config.json
The paste
{
"mcpServers": {
"mneva": {
"command": "npx",
"args": ["-y", "mneva-connect"],
"env": {
"MNEVA_KEY": "mnv_your_key_here"
}
}
}
}
Same shape as every other MCP client. Replace the key, restart Windsurf, the 16 tools appear in Cascade's tool palette.
For multi-agent / team use, add "MNEVA_AGENT": "alice". See Multi-Agent.