> ## Documentation Index
> Fetch the complete documentation index at: https://help.raindrop.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Windsurf

<Frame style={{padding: '48px'}}>
  <img src="https://mintcdn.com/raindropio-0c6b7ca1/g7d24I8ROfahz7TM/assets/icon-windsurf.png?fit=max&auto=format&n=g7d24I8ROfahz7TM&q=85&s=8580884be9c04f116b02691b98ac817b" style={{width: '80px', height: '80px'}} width="120" height="120" data-path="assets/icon-windsurf.png" />
</Frame>

[Windsurf](https://codeium.com/windsurf) is an AI-powered code editor by Codeium. With this integration it can search, read, and organize your bookmarks via [MCP](/integrations/mcp).

## Connecting

Add to `~/.codeium/windsurf/mcp_config.json`:

```json theme={null}
{
	"mcpServers": {
		"raindrop": {
			"serverUrl": "https://api.raindrop.io/rest/v2/ai/mcp"
		}
	}
}
```
