Overview
Connect CodeAlive with Windsurf (by Codeium) to enhance your AI coding assistant with deep contextual understanding of your entire codebase. Windsurf uses a unique MCP configuration withserverUrl instead of url.
Prerequisites
- Windsurf installed (windsurf.com)
- CodeAlive account with API key (Sign up here)
- Indexed repositories in your CodeAlive dashboard
Setup
Add CodeAlive Server
- Remote HTTP (Recommended)
- Docker (STDIO)
Add this to
~/.codeium/windsurf/mcp_config.json:YOUR_API_KEY_HERE with your actual CodeAlive API key.Usage
Once connected, Windsurf’s AI assistant can:- Search your codebase semantically across all indexed repositories
- Answer architecture questions with full project context
- Find patterns and implementations across multiple services
Troubleshooting
MCP server not connecting
MCP server not connecting
- Verify you’re using
serverUrl(noturl) in the config - Check that the config file is at
~/.codeium/windsurf/mcp_config.json - Ensure the
typeisstreamable-http - Restart Windsurf completely
Authentication errors
Authentication errors
- Verify your API key is correct
- Ensure the
Authorizationheader includesBearerprefix - Try regenerating your API key in the dashboard