Skip to main content
Glama

dsh-jiey-browser

npm dsh-plugin

DeepSeek Harness 플러그인으로, 에이전트에 실제 Jiey Browser 도구를 MCP를 통해 제공합니다.

DeepSeek Harness를 온라인으로 전환하세요 — 하나의 플러그인, Jiey 기반.

DSH는 개발자 프리뷰 단계입니다. 이 플러그인은 Cordis / tools + systemPrompt 표면을 대상으로 하며, DSH가 API를 변경함에 따라 업데이트가 필요할 수 있습니다.

왜 Jiey인가 (Playwright가 아닌 이유)

Playwright 플러그인

dsh-jiey-browser

런타임

헤드리스 / 자동화 프로필

실제 Jiey Chromium (사용자 브라우저)

설치 과정

npx playwright install

Jiey 없음 → 다운로드 가이드

쿠키 / 로그인

별도 프로필

기본 꺼짐; 세션 재사용은 선택 사항

정리

컨트롤러 종료

Cordis dispose가 소유한 탭 닫기

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.

전제 조건

  1. Jiey Browser를 설치하고 열어 MCP 서버가 실행 중이어야 합니다 (기본값 http://127.0.0.1:9100).

  2. 탐색 순서: 플러그인 serverUrlBROWSEROS_URL / JIEY_URL~/.browseros/server.jsonhttp://127.0.0.1:9100.

  3. 상태 확인: 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 매핑

역할

browser_open

tabs 새 탭 + snapshot

열기

browser_navigate

navigate

탐색

browser_snapshot

snapshot

행동을 위한 참조

browser_read

read

마크다운 / 텍스트 스크랩

browser_act

act

클릭 / 입력 / 누르기 / …

browser_screenshot

screenshot

인라인 이미지 (임시 파일 없음)

browser_tabs

tabs 목록/닫기

목록 / 정리

로컬 테스트 (DSH 없이)

npm install
npm run build
npm run smoke

Jiey가 실행 중인 상태에서 smoke는 https://example.com을 열고, 스냅샷을 찍고, 탭을 닫습니다.

라이선스

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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
    -
    quality
    D
    maintenance
    Enables 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
  • A
    license
    C
    quality
    B
    maintenance
    Exposes 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.
    40
    22
    8
    Apache 2.0

View all related MCP servers

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.

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/jiewaigongxing/dsh-jiey-browser'

If you have feedback or need assistance with the MCP directory API, please join our Discord server