AgentBridge
AgentBridge
VS Code ワークスペースのツール(ファイル、ターミナル、LSP、診断、画像)を、公開HTTPSトンネル経由でリモートMCPクライアント(ChatGPT Connectors、Claude Desktop、Cursor、Cline、Continue)に公開します。
ステータス
v0.1.0 — 初の安定版リリース。 Windows上のVS Code 1.95+およびNode 22+でビルド・テスト済み。全14の開発フェーズを完了し、ChatGPT Connectorsとのエンドツーエンド検証を実施済み。
Related MCP server: vscode-mcp-server
機能
13のMCPツール 以下を含む:
ファイルシステム —
read_files、apply_patch、search_files、find_files、list_directory、read_image_fileターミナル —
run_command、get_command_output、send_command_inputLSP / 診断 —
get_diagnostics、lspブリッジ状態 —
set_todos、report_progress
3つのトンネルプロバイダー — Cloudflare Quick Tunnel(デフォルト、設定不要)、Cloudflare Named Tunnel(安定したホスト名)、ngrok(予約済みドメイン)。
9つの管理シェル — Windows PowerShell 5.1、PowerShell 7+、cmd。POSIX bash、zsh、sh、fish。シェルを切り替えると、AIに表示される説明が自動的に更新されます。
ビジョン対応の
read_image_file— MCPImageContentブロック(PNG / JPEG / GIF / WebP / BMP、最大5 MiB)を返すため、ビジョン対応クライアントはピクセルをネイティブに認識できます。SVGはread_files経由でテキストのまま保持されます。外部リンクルーティング —
agentbridge.bridge.openInternalBrowser(auto/all/external)で、ChatGPT / Arena がVS CodeのSimple Browser内で開くか、OSのデフォルトブラウザで開くかを制御します。デフォルトのautoは元のエディタ内エクスペリエンスと一致します。ブリッジパネル — アクティビティバービュー。トンネルプロバイダーのラジオボタン、ステータスヒーロー、永続トグル、ミニ差分付きセッションタイムライン、管理シェル・リンクルーティング・MCPプロンプトコピー・routeTokenリセットをカバーする詳細カード。
自動起動 —
agentbridge.bridge.persistentModeをオンにすると、拡張機能のアクティベーション時にブリッジが起動します。クライアント互換性 — ChatGPT Connectors、Claude Desktop、Cursor、Cline、Continue で検証済み。
インストール
オプションA — プリビルドvsixをダウンロード(推奨)
ほとんどのユーザーはNode.jsやビルドツールチェーンを必要としません。プリビルドのvsixを入手してVS Codeにインストールするだけです。
最新リリースページ を開く
agentbridge-0.1.0.vsixをコンピュータにダウンロードするインストールする:
code --install-extension /path/to/agentbridge-0.1.0.vsixまたはGUIで:VS Code → 拡張機能パネル →
⋯メニュー → 「VSIXからインストール...」 → ダウンロードしたファイルを選択。
オプションB — ソースからビルド(開発者向け)
Node 22+ と npm が必要です。
git clone https://github.com/5258MF/AgentBridge.git
cd AgentBridge
npm install
npm run buildその後、開発拡張機能として実行するか、パッケージ化されたvsixをサイドロードします:
# Dev mode
"Code.exe" --extensionDevelopmentPath="$PWD"
# Or package a vsix locally
npx @vscode/vsce package --skip-license --allow-missing-repository
code --install-extension agentbridge-0.1.0.vsixオプションC — VS Code Marketplaceから(準備中)
パブリッシャー登録が完了次第、拡張機能パネルで「AgentBridge」を検索して直接インストールできるようになります。
トンネルプロバイダー
モード | 公開URLの安定性 | 要件 |
| 一時的 — 再起動のたびに変更 | なし |
| 安定したホスト名( | Cloudflareアカウント、管理ドメイン、Tunnel Token、公開アプリルート |
| 予約済みドメイン( | ngrok Authtoken + 予約済みホスト名 |
AgentBridge パネルのトンネルプロバイダーラジオボタンで選択するか、settings.json で agentbridge.bridge.tunnelProvider を設定します。
設定
すべての設定は agentbridge.bridge.* 名前空間の下にあります。
キー | タイプ | デフォルト | 備考 |
| enum |
|
|
| string |
| 固定ホスト名(例: |
| integer |
| 名前付きトンネルがルーティングするローカルポート |
| string |
| 予約済みngrokドメイン(例: |
| string |
| 絶対パス(例: |
| string |
| 絶対パスまたはPATHで解決可能な名前(例: |
| enum |
|
|
| boolean |
| 拡張機能のアクティベーション時にブリッジを自動起動する |
管理シェルと内部ブラウザで開く設定のランタイムトグルは、ブリッジパネルの詳細カードにあります。
既知の制限事項
Cloudflare Quick Tunnel URLは一時的 — 再起動のたびに変わります。安定した共有可能なURLにはNamed Tunnel(またはngrok)を使用してください。
制限されたネットワーク(教育網 / 厳格なファイアウォールのキャンパスネットワーク)ではQuick Tunnelがハングする可能性があります。 UDP/QUICが部分的にブロックされることがよくあります。回避策として、
HTTP2/httpトランスポートのオーバーライドと、プロキシ内のcloudflare.comへのルーティングルールを使用してください。Named Tunnelが長期的な修正策です。Simple Browser + ChatGPTログインで、Cloudflareの管理チャレンジに遭遇することがあります。 複数回のリトライで通常は解決します。解決しない場合は、
agentbridge.bridge.openInternalBrowser: "external"でOSブラウザに切り替えてください。ChatGPT Connectorsはセッション開始時に
tools/listをキャッシュします。 MCPツールの追加・削除・変更には、ユーザーがchatgpt.com → 設定 → Connectorsで手動でConnectorを更新(または削除して再追加)する必要があります。ブリッジの停止+開始だけでは不十分です。
互換性
VS Code 1.95+
Node 22+
Windowsで検証済み。POSIXシェルプロバイダーは
which(1)経由でパスを解決します。
ライセンス
MIT。全文は LICENSE を参照してください。
microsoft/vscode から派生した部分は、同プロジェクトのMITライセンスの対象となります。詳細は https://github.com/microsoft/vscode を参照してください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceConverts VSCode into an MCP server that enables external clients to remotely execute VSCode internal commands, query workspace information, and interact with the editor through HTTP streaming. Built on the FastMCP framework with security controls and real-time monitoring.63
- FlicenseAqualityDmaintenanceA portable MCP server enabling AI assistants to operate VS Code, including file management, extension control, and workspace automation.6
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with VS Code's language server protocol features (definitions, references, diagnostics) and debugger (breakpoints, stepping, variable inspection) via an MCP server.201MIT
- AlicenseNot gradedqualityAmaintenanceEmbeds a self-hosted VS Code workbench in an MCP App, enabling collaborative editing, terminals, diagnostics, and commands in a shared workspace.91MIT
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/5258MF/AgentBridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server