DeepSeek Harness plugin

dsh-cbm

DSH adapter for codebase-memory-mcp

Jump to install

Source facts

Repository
staavanothanh/dsh-cbm
Latest update
Aug 18, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/staavanothanh/dsh-cbm
Plugin: dsh-cbm
Author: staavanothanh

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

@staavanothanh/dsh-cbm

DSH adapter plugin cho codebase-memory-mcp.

Plugin dùng MCP client native của DSH để kết nối executable codebase-memory-mcp qua stdio. Các tool được expose với tên dạng:

mcp__codebase-memory__search_graph
mcp__codebase-memory__trace_path
mcp__codebase-memory__get_code_snippet

Ngoài MCP bridge, plugin chỉ đăng ký một lifecycle hook agent/session-start để inject hướng dẫn khám phá code tương đương Codex SessionStart. Không có Claude-specific PreToolUse, PostToolUse hoặc SubagentStart hook.

Cấu hình

Plugin tự tìm executable theo thứ tự:

1. CBM_COMMAND nếu được đặt. 2. codebase-memory-mcp trong PATH. 3. ~/.local/bin/codebase-memory-mcp hoặc .exe trên Windows.

Có thể đặt đường dẫn tuyệt đối khi cần:

$env:CBM_COMMAND = 'C:\path\to\codebase-memory-mcp.exe'

CBM_ALLOWED_ROOT là tùy chọn. Khi được đặt, CBM chỉ cho phép index_repository truy cập path nằm trong root đó. Plugin không tự đặt root mặc định, nên agent vẫn có thể index path ngoài workspace như Codex.

failOnStartupError: false giữ lỗi MCP ở mức non-fatal sau lần kết nối đầu tiên. DSH MCP client vẫn có thể chờ timeout của lần handshake initialize/tools/list trước khi hoàn tất activation. Cài executable và đặt nó trong PATH để tránh độ trễ này.

Phát triển

pnpm install
pnpm test
pnpm typecheck
pnpm build
npm pack --dry-run

Xem thêm: [docs/README.md](docs/README.md).