30+ apps · one protocolConnect ContextBridge to any AI Add the ContextBridge MCP server once, and your agents can read & write the same shared memory. Pick your app for exact setup steps — the popular ones are up top, the long tail is all there too.
Popular
Claude Desktop Anthropic Native MCP Claude Code Anthropic Native MCP Cursor Anysphere Native MCP VS Code (Copilot) Microsoft Native MCP ChatGPT OpenAI Connector Gemini Google Action / API Windsurf Codeium Native MCP Cline Cline Native MCP
Everything else — connect anything
Kilo Code Roo Code Continue Zed Goose JetBrains AI Jan LibreChat Cherry Studio Witsy 5ire Warp Copilot Studio DeepSeek Grok Le Chat Perplexity Poe HuggingChat Ollama / Open WebUI LM Studio Msty
Claude Desktop Native MCP Anthropic
Speaks the Model Context Protocol directly — add the server once and the agent can read & write your bridged memory.
Open Settings → Developer → Edit Config (claude_desktop_config.json). Paste the ContextBridge MCP server block into the mcpServers object. Save and restart the app. Ask the agent: “use contextbridge to load <paste a ChatGPT share link>”. MCP server config Copy
{
"mcpServers": {
"contextbridge": {
"command": "npx",
"args": ["-y", "@contextbridge/mcp"],
"env": { "CONTEXTBRIDGE_URL": "https://contextbridge.in" }
}
}
}Official docs ↗