dsh-jiey-browser
dsh-jiey-browser
DeepSeek Harness プラグイン。エージェントに 本物の Jiey Browser ツールを MCP 経由で提供します。
DeepSeek Harness をオンラインに — たった一つのプラグイン、Jiey が支えます。
DSH は開発者プレビュー中です。このプラグインは Cordis / tools + systemPrompt インターフェースを対象としており、DSH が API を変更する際に更新が必要になる可能性があります。
なぜ Jiey なのか(Playwright ではない理由)
Playwright プラグイン | dsh-jiey-browser | |
ランタイム | ヘッドレス / 自動化プロファイル | 本物の Jiey Chromium(ユーザーブラウザ) |
インストール手順 |
| Jiey がない場合 → ダウンロードガイド |
Cookie / ログイン | 別プロファイル | デフォルトオフ;セッション再利用はオプトイン |
クリーンアップ | コントローラーのクローズ | Cordis |
Related MCP server: @nimbus21.ai/chrome-devtools-mcp
インストール
Node.js ^22.19 || >=24 と DSH プロファイルが必要です。
# npm (prebuilt; recommended)
dsh plugin --profile web add dsh-jiey-browser
# GitHub source
dsh plugin --profile web add github:jiewaigongxing/dsh-jiey-browserローカルチェックアウトから npm run build 後:
dsh plugin --profile web add /absolute/path/to/packages/dsh-jiey-browserソース: https://github.com/jiewaigongxing/dsh-jiey-browser
npm: https://www.npmjs.com/package/dsh-jiey-browser
トピック: dsh-plugin, deepseek-harness, dsh。
前提条件
Jiey Browser をインストールして開き、MCP サーバーが起動していることを確認します(デフォルト
http://127.0.0.1:9100)。検出順序: プラグイン
serverUrl→BROWSEROS_URL/JIEY_URL→~/.browseros/server.json→http://127.0.0.1:9100。ヘルスチェック:
GET /system/healthが{ status: "ok" }を返す必要があります。
Jiey がオフラインの場合、ツールはサイレントに別のブラウザにフォールバックするのではなく、ダウンロード URL(デフォルトは Gongxing サイト)とともに失敗します。
設定
プロファイル cordis.patch.yml(または DSH 設定 UI)で:
- id: jiey-browser
config:
serverUrl: "" # empty = auto-discover
scopeId: dsh-jiey-browser # tab isolation header
allowCookies: false # DEFAULT: do not reuse login / user tabs
downloadUrl: https://www.gongxingglobal.com/browser
maxSnapshotChars: 40000セキュリティ: allowCookies のデフォルトは false です。ユーザーが既存のログイン済みサイトをエージェントに使用させたい場合にのみ有効にしてください。
ツール
ツール | Jiey MCP へのマッピング | 役割 |
|
| 開く |
|
| ナビゲート |
|
| 操作のための参照 |
|
| Markdown / テキストスクレイピング |
|
| click / fill / press / … |
|
| インライン画像(一時ファイルなし) |
|
| 一覧表示 / 破棄 |
DSH なしでのローカルスモークテスト
npm install
npm run build
npm run smokeJiey が起動している状態で、スモークテストは https://example.com を開き、スナップショットを取得し、タブを閉じます。
ライセンス
MIT
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
- Flicense-qualityDmaintenanceEnables AI agents to control the Google Chrome browser through a Node.js WebSocket bridge and a dedicated browser extension. It provides tools for capturing screenshots, executing JavaScript, managing tabs, and extracting page content via the MCP protocol.2
- Alicense-qualityBmaintenanceLets AI coding agents control and inspect a live Chrome browser via MCP, providing Chrome DevTools capabilities for automation, debugging, and performance analysis.11Apache 2.0
- Flicense-qualityCmaintenanceEnables browser automation through the MCP protocol, allowing AI agents to control a real browser using accessibility snapshots and natural language commands.
- AlicenseCqualityBmaintenanceExposes a remote browser as MCP tools via Playwright, enabling AI agents to navigate and interact with web pages through DOM snapshots, clicks, typing, and form operations.40228Apache 2.0
Related MCP Connectors
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
Live browser debugging for AI assistants — DOM, console, network via MCP.
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
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/jiewaigongxing/dsh-jiey-browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server