dmz2922990/dsh-mcp-list0

dsh-mcp-list

DSH web plugin: an MCP settings page listing mounted MCP servers, per-tool call counts, and a shortcut to open the MCP patch config

AI 분석

核心用途是可视化管理和监控 MCP 服务与工具调用。适合需要频繁调试、查看 MCP 工具调用频次或快速编辑 MCP 配置文件的 DSH 开发者和高级用户。

패키지
dsh-mcp-list
버전
0.1.0
최근 업데이트
2026. 8. 18.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

dsh-mcp-list

A DeepSeek Harness web plugin that adds an MCP page to the Settings panel:

  • Lists every mounted MCP server and its tools, grouped by server name.
  • Truncated tool descriptions expand to the full text on click.
  • A call-count column plus a per-server total-calls badge, computed by scanning the most recent sessions for mcp____ occurrences (index-free, works with session-query openAt: "never").
  • Open config opens the deployment's cordis.patch.yml MCP patch file in the system editor (open / xdg-open).

Layout

  • lib/index.js — Host half. Injects webServer and serves same-origin JSON routes under /mcp-list (/servers, /counts, /open-config).
  • lib/client.js — Web Client half (dsh.client, platform web). Registers the settings page through the settings.section slot and fetches the routes above.

Install

Add the package to a DSH web profile's node_modules (e.g. via npm install or a symlink), then append a loader entry to the profile's cordis.patch.yml:

- insert:
    - id: mcp-list
      name: dsh-mcp-list

License

MIT