GilOsterweil/browser-context-gateway
If you are the rightful owner of browser-context-gateway and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Secure Local MCP Server for Sharing Chrome Sessions with AI Agents
browser-context-gateway
Secure Local MCP Server for Sharing Chrome Sessions with AI Agents
Overview
browser-context-gateway
is an open-source project designed to run a local MCP (Multi-Context Proxy) server on your desktop (e.g., Windows). It securely accesses your active Chrome web sessions β with explicit user approval β and exposes them to browser AI agents running locally or within your private network.
This approach enables AI agents to execute tasks using your actual browser context (cookies, sessions, tabs) without exposing your credentials remotely or granting full account control. Itβs a privacy-first, secure alternative to directly sharing your user/pass or remote controlling agents that handle sensitive browsing data.
Why browser-context-gateway?
- User-Centric Security: Your Chrome session data never leaves your device without your consent.
- No Credential Sharing: Agents interact through your browser context, so you never share passwords or tokens.
- Local Control: The MCP server runs locally on your machine, reducing attack surface and dependency on cloud services.
- Extensible: Designed to serve multiple AI agents in your "beehive" ecosystem β empowering automation while respecting privacy.
How It Works
- You start the
browser-context-gateway
MCP server on your desktop. - It detects and accesses your active Chrome web session data with your explicit approval.
- The server exposes an API/interface that AI agents can connect to and execute browser tasks on your behalf.
- AI agents perform actions (e.g., web scraping, form submission, navigation) securely within your authorized Chrome context.
- You retain full control β sessions are shared only with approved agents and can be revoked anytime.
Features
- Local MCP server for Windows (and other platforms planned)
- Secure Chrome session extraction (user-approved)
- Session sharing to trusted AI agents via controlled API
- Support for multiple concurrent agent sessions
- Minimal configuration and easy startup
- Detailed audit logs for all agent activities
Getting Started
Prerequisites
- Windows 10 or later (Linux/MacOS support planned)
- Installed Chrome browser with active sessions
- User permissions to approve session sharing
Installation
- Download the latest release from Releases
- Run the installer or unzip the archive
- Launch the
browser-context-gateway
server
Usage
browser-context-gateway