Skip to main content
VS Code is a code editor by Microsoft with built-in GitHub Copilot. With this integration Copilot can search, read, and organize your bookmarks via MCP.

Connecting

Add to .vscode/mcp.json in your project:
{
	"servers": {
		"raindrop": {
			"type": "http",
			"url": "https://api.raindrop.io/rest/v2/ai/mcp"
		}
	}
}