Edge-Echo/dsh-mcp-bridge
Edge-Echo★ 3JavaScriptLast synced: 2026-08-15
Curated, verified MCP server bundle for DeepSeek Harness (dsh): one install brings demo, memory, filesystem, GitHub, Playwright and remote HTTP MCP servers, with a connectivity verifier and CI checks.
README excerpt
dsh-mcp-bridge Curated, verified MCP server bundle for DeepSeek Harness (dsh). One install gives your dsh agent a set of battle-tested MCP servers — not a raw YAML you have to figure out. Every curated server has a machine-readable definition in servers/ , and scripts/verify-servers.mjs checks each one's connectivity, so "verified" is a CI-guaranteed claim, not marketing. Tools appear to the model as mcp (same server-qualified shape as Claude Code / Codex). The bridge itself is DSH's built-in @deepseek-ai/dsh-mcp-client : stdio + streamable-http, auto-reconnect, HMR hot-swap. 中文文档见 README.zh.md。 Quick start Prereqs: dsh and pnpm on PATH ( dsh plugin forwards to pnpm; install with npm i -g pnpm ). The demo server (MCP official everything ) is enabled by default — no API key, pure local npx . After restart, ask your model to "call the everything server's echo tool with hello" and it should use mcp everything echo . First run downloads the server packages via npx ; subsequent runs are cached. Curated catalog Server What it gives you Config needed Verified everything Demo tools: echo, add, long-running ops, tiny image none (default on) ✅ 13 tools memory In-session knowledge graph (enti…
View full README on GitHub →