Skip to main content
Glama

AgentBridge

VS Code ワークスペースのツール(ファイル、ターミナル、LSP、診断、画像)を、公開HTTPSトンネル経由でリモートMCPクライアント(ChatGPT Connectors、Claude Desktop、Cursor、Cline、Continue)に公開します。

中文文档 | README.zh-CN.md

ステータス

v0.1.0 — 初の安定版リリース。 Windows上のVS Code 1.95+およびNode 22+でビルド・テスト済み。全14の開発フェーズを完了し、ChatGPT Connectorsとのエンドツーエンド検証を実施済み。

Related MCP server: vscode-mcp-server

機能

  • 13のMCPツール 以下を含む:

    • ファイルシステムread_filesapply_patchsearch_filesfind_fileslist_directoryread_image_file

    • ターミナルrun_commandget_command_outputsend_command_input

    • LSP / 診断get_diagnosticslsp

    • ブリッジ状態set_todosreport_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 — MCP ImageContent ブロック(PNG / JPEG / GIF / WebP / BMP、最大5 MiB)を返すため、ビジョン対応クライアントはピクセルをネイティブに認識できます。SVGは read_files 経由でテキストのまま保持されます。

  • 外部リンクルーティングagentbridge.bridge.openInternalBrowserauto / 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にインストールするだけです。

  1. 最新リリースページ を開く

  2. agentbridge-0.1.0.vsix をコンピュータにダウンロードする

  3. インストールする:

    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(デフォルト)

一時的 — 再起動のたびに変更

なし

cloudflare-named

安定したホスト名(mcp.example.com

Cloudflareアカウント、管理ドメイン、Tunnel Token、公開アプリルート

ngrok

予約済みドメイン(you.ngrok-free.dev

ngrok Authtoken + 予約済みホスト名

AgentBridge パネルのトンネルプロバイダーラジオボタンで選択するか、settings.jsonagentbridge.bridge.tunnelProvider を設定します。

設定

すべての設定は agentbridge.bridge.* 名前空間の下にあります。

キー

タイプ

デフォルト

備考

tunnelProvider

enum

cloudflare

cloudflare / cloudflare-named / ngrok

cloudflareNamedDomain

string

""

固定ホスト名(例:mcp.example.com

cloudflareNamedLocalPort

integer

48271

名前付きトンネルがルーティングするローカルポート

ngrokDomain

string

""

予約済みngrokドメイン(例:you.ngrok-free.dev

managedShell.windows

string

""

絶対パス(例:C:\Program Files\PowerShell\7\pwsh.exe)。空の場合はWindows PowerShell 5.1がデフォルト

managedShell.unix

string

""

絶対パスまたはPATHで解決可能な名前(例:/bin/zsh または bash)。空の場合は /bin/bash がデフォルト(bashがない場合は /bin/sh

openInternalBrowser

enum

auto

auto / all / external。外部リンクをVS Code Simple Browserで開くか、OSのデフォルトブラウザで開くかを制御

persistentMode

boolean

false

拡張機能のアクティベーション時にブリッジを自動起動する

管理シェルと内部ブラウザで開く設定のランタイムトグルは、ブリッジパネルの詳細カードにあります。

既知の制限事項

  • 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 を参照してください。

F
license - not found
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
7Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    C
    maintenance
    Converts 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
  • F
    license
    A
    quality
    D
    maintenance
    A portable MCP server enabling AI assistants to operate VS Code, including file management, extension control, and workspace automation.
    6
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    20
    1
    MIT

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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