Bridgecontext MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/anavvathi/Bridgecontext
cd Bridgecontext

Then follow the repository README for any remaining dependency or build steps before continuing.

2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add bridgecontext -- node "<FULL_PATH_TO_BRIDGECONTEXT>/dist/index.js"

Replace <FULL_PATH_TO_BRIDGECONTEXT>/dist/index.js with the actual folder you prepared in step 1.

README.md

The local-first bridge between AI silos.

πŸŒ‰ BridgeContext

The local-first bridge between AI silos.

BridgeContext is a Chrome Extension designed for "model-polyglot" AI power users. It allows you to seamlessly capture context from one AI platform (like ChatGPT) and "inject" it into another (like Claude or Gemini) with zero copy-pasting and 100% local privacy.

πŸš€ Why BridgeContext?

We live in an era of model fragmentation. One AI is better at coding, another at creative writing, and a third at long-context analysis. Moving your conversational "brain" between them is a manual, high-friction process.

BridgeContext removes that friction.

✨ Key Features

  • πŸ” Smart Search (v1.5.0): Find any saved context instantly with full-text search across names, descriptions, content, and tags.
  • 🏷️ Tagging System (v1.5.0): Organize contexts with pre-defined or custom tags. Filter by project, tech stack, or topic.
  • πŸ“Š Usage Analytics (v1.5.0): Track contexts saved per month, see your most-used tags, and calculate time saved.
  • Web Shuttles: Instant 1-click transport to ChatGPT, Claude, or Gemini.
  • Universal Capture: Robust scraping engine for ChatGPT, Claude, Gemini, DeepSeek, Grok, and more.
  • Smart Injection: Injects context directly into chat inputs, supporting complex React and Svelte frameworks.
  • Local-Only Memory: Your context never leaves your machine. Data is stored securely in your browser's local sandbox.
  • Expert Packs: Pre-loaded with specialized personas (Architect, API Master) to prime your AI conversations.
  • Unified IDE Bridge: Direct context piping into VS Code, Cursor, JetBrains, Neovim, and Antigravity IDE.

πŸ› οΈ How it Works

  1. Bridge: Click "Bridge Context" in the popup on any AI page to save the current thread.
  2. Shuttle: Or click a model button (e.g., Claude) to instantly shuttle context to a new tab.
  3. Inject: On the target AI page, BridgeContext will prompt you to "Bridge Context?"β€”one click and your memory is injected.

πŸ”’ Privacy First

BridgeContext was built with a privacy-native architecture:

  • No Remote Servers: v1.4.1 is 100% local. We have no backend.
  • Zero Collection: We do not track what you capture or inject.
  • Open Source: Verify the logic yourself in our scraper.js and storage.js.

Check out our full Privacy Policy.

πŸ“₯ Installation

**The One-Click Way (Recommended)**

If you want to support all IDEs at once, run:

node master-install.js

This will register the native bridge and attempt to install plugins for VS Code, Cursor, Neovim, and Sublime Text automatically.

Manual Installation (Standard)

  1. Download this repository.
  2. Go to chrome://extensions.
  3. Enable Developer mode (top right).
  4. Click Load unpacked and select the root folder of this project.

🀝 Contributing

Contributions are welcome! If you find a selector is broken due to a UI update on an AI platform, please open an issue or submit a Pull Request.

πŸ“„ License

This project is licensed under the GNU GPL v3.0 - see the LICENSE file for details. Protecting your rights and ensuring the tool remains free for everyone.


πŸ’» IDE Integrations (VS Code, JetBrains, Neovim & More)

BridgeContext supports direct context injection into almost every major professional environment, including VS Code, Cursor, IntelliJ / JetBrains, Neovim, and Antigravity IDE.

Features

  • One-Click Sync: Move your AI thought process from browser to IDE instantly.
  • Persistent Context: Your research stays with you even as you switch sidebars.
  • Privacy First: Secure, OS-level communication (Native Messaging) with zero open network ports.

Installation & Setup

1. Register the Native Bridge

This step allows any Chromium browser (Chrome, Edge, Brave, etc.) to securely communicate with your local machine.

  • Any OS Supported: Registration scripts are optimized for Windows, macOS, and Linux.
  • Windows: Run native-host/install.bat as Administrator.
  • macOS/Linux: Run native-host/install.sh from your terminal.
2. Connect the Chrome Extension
  1. Go to chrome://extensions and find BridgeContext.
  2. Copy your Extension ID.
  3. Open native-host/com.bridgecontext.host.json.
  4. Add your ID to the allowed_origins list (remove the placeholder).
  5. Reload the extension in Chrome.
3. Load the VS Code Extension
  1. Open the vscode-extension folder in VS Code.
  2. Press F5 (or use the "Run and Debug" sidebar) to launch the BridgeContext IDE view.
  3. Look for the Bridge icon in your VS Code Activity Bar!

Created with ❀️ for AI Power Users by [Anvesh](https://github.com/

Configuration

claude_desktop_config.json
{"mcpServers": {"bridgecontext": {"command": "node", "args": ["/path/to/bridgecontext/index.js"]}}}

Try it

β†’Capture the current conversation context from this ChatGPT thread.
β†’Inject my saved context into the current Claude chat input.
β†’Search my saved contexts for the project architecture notes.
β†’Shuttle my current conversation context to Gemini.

Frequently Asked Questions

What are the key features of Bridgecontext?

Universal capture for ChatGPT, Claude, Gemini, DeepSeek, and Grok. Smart injection of context into chat inputs. Full-text search across saved context names, descriptions, and tags. Local-only storage with no remote servers or data collection. Direct context piping into VS Code, Cursor, JetBrains, and Neovim.

What can I use Bridgecontext for?

Moving complex coding instructions from ChatGPT to Claude for better analysis. Maintaining research continuity when switching between different AI models. Organizing AI conversation threads by project or tech stack using tags. Syncing AI-generated code snippets directly into a local IDE environment.

How do I install Bridgecontext?

Install Bridgecontext by running: node master-install.js

What MCP clients work with Bridgecontext?

Bridgecontext works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Bridgecontext docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare