dsh-jiey-browser
dsh-jiey-browser
DeepSeek Harness 插件,让智能体通过 MCP 获得真实的 Jiey 浏览器工具。
让 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 浏览器,使其 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 设置界面):
- 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 / 文本抓取 |
|
| 点击 / 填写 / 按下 / … |
|
| 内联图片(无临时文件) |
|
| 列出 / 关闭 |
本地测试(无 DSH)
npm install
npm run build
npm run smoke运行 Jiey 后,测试会打开 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