Skip to main content
Zed is a high-performance code editor with built-in AI features. With this integration it can search, read, and organize your bookmarks via MCP. Zed doesn’t support HTTP MCP servers natively yet. Use mcp-remote as a bridge. Make sure you have Node.js installed.

Connecting

Add to your Zed settings JSON:
{
	"context_servers": {
		"raindrop": {
			"command": {
				"path": "npx",
				"args": ["-y", "mcp-remote", "https://api.raindrop.io/rest/v2/ai/mcp"]
			}
		}
	}
}