Skip to main content

Windsurf

Windsurf (Cascade) reads MCP configuration from a global mcp_config.json file, so Veyo tools will be available automatically in any project you open. It will always query the same Veyo project — to easily switch projects, modify the "Default Project" on your Veyo dashboard to match the dev project you're working on.

note

For Enterprise/team accounts, MCP access may need to be enabled by an administrator.

Edit ~/.codeium/windsurf/mcp_config.json (Windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json). You can also open this file from the MCPs icon in the Cascade panel, or via Windsurf Settings → Cascade → MCP Servers → View raw config.

{
"mcpServers": {
"veyo-mcp": {
"command": "npx",
"args": ["-y", "@darkloop/veyo-mcp@latest"],
"env": {
"VEYO_API_URL": "https://portal.veyomcp.com",
"VEYO_API_KEY": "YOURAPIKEYHERE"
}
}
}
}

Save the file and restart Windsurf (or click Refresh in the Manage MCPs panel) for the server to load.