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 없음 → 다운로드 가이드 |
쿠키 / 로그인 | 별도 프로필 | 기본 꺼짐; 세션 재사용은 선택 사항 |
정리 | 컨트롤러 종료 | 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 매핑 | 역할 |
|
| 열기 |
|
| 탐색 |
|
| 행동을 위한 참조 |
|
| 마크다운 / 텍스트 스크랩 |
|
| 클릭 / 입력 / 누르기 / … |
|
| 인라인 이미지 (임시 파일 없음) |
|
| 목록 / 정리 |
로컬 테스트 (DSH 없이)
npm install
npm run build
npm run smokeJiey가 실행 중인 상태에서 smoke는 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