Windsurf MCP Setup
The fastest way to use Yavy with Windsurf is the CLI. Search your docs and generate Skills. For real-time access, connect via MCP.
Quick Start with CLI
Install the CLI, authenticate, and search. No MCP setup required.
terminal
npm install -g @yavydev/cli && yavy initterminal
yavy search "your query"MCP Configuration
mcp_config.json
{
"mcpServers": {
"yavy": {
"serverUrl": "https://yavy.dev/mcp/your-org/your-project"
}
}
}Setup Steps
- 1
Open Windsurf Settings:
Press
Ctrl+Shift+P(orCmd+Shift+Pon macOS)Type
Open Windsurf Settings - 2Navigate to Cascade → MCP Servers and click Add Server
- 3Select Add custom server + to open the raw config
- 4Copy the configuration above and merge it into your
mcp_config.json - 5Restart Windsurf for changes to take effect
Config File Location
The configuration file is located at
~/.codeium/windsurf/mcp_config.json