Windsurf
Connect Crow to Windsurf, the AI-powered IDE by Codeium.
Option A: Local (stdio)
Setup Steps
Clone and set up Crow:
bashgit clone https://github.com/kh0pper/crow.git cd crow npm run setupEdit
~/.codeium/windsurf/mcp_config.json:json{ "mcpServers": { "crow-memory": { "command": "node", "args": ["/path/to/crow/servers/memory/index.js"], "env": { "CROW_DB_PATH": "/path/to/crow/data/crow.db" } }, "crow-projects": { "command": "node", "args": ["/path/to/crow/servers/research/index.js"], "env": { "CROW_DB_PATH": "/path/to/crow/data/crow.db" } } } }Restart Windsurf.
Option B: Remote (HTTP)
Setup Steps
Deploy Crow (Cloud Deploy Guide)
Edit
~/.codeium/windsurf/mcp_config.json:json{ "mcpServers": { "crow-memory": { "url": "https://your-crow-server/memory/mcp" }, "crow-projects": { "url": "https://your-crow-server/projects/mcp" }, "crow-tools": { "url": "https://your-crow-server/tools/mcp" } } }Windsurf will handle OAuth automatically when connecting.
Transport
- Local: stdio
- Remote: Streamable HTTP with OAuth 2.1
Cross-Platform Context
Crow automatically delivers behavioral context when Windsurf connects — memory protocols and session management are active from the first message.
IDE platforms get minimal transparency output. MCP prompts (session-start, crow-guide, etc.) are available for deeper guidance. Memories stored from Windsurf are shared with all other connected platforms. See the Cross-Platform Guide.
Verification
In Windsurf's Cascade chat, try:
"Store a memory that Windsurf is connected to Crow."