Chhlafiu4312/dsh-mcp-bridge

Chhlafiu4312★ 0JavaScriptLast synced: 2026-08-16

Open on GitHub

Zero-dependency MCP client bridge for DeepSeek Harness: connect stdio/HTTP MCP servers and auto-register their tools for the agent.

README excerpt

dsh-mcp-bridge Connect the entire MCP ecosystem to DeepSeek Harness with one file. Zero dependencies. No SDK. Your DSH agent gets every tool from any MCP server — filesystem, GitHub, databases, search, memory, and thousands of community servers — as native tools it can call directly: ✨ Why people use it 🔌 One line to 1000+ tools The MCP ecosystem is the largest tool catalog for agents. This bridge plugs all of it into DSH. 🪶 Zero dependencies Raw JSON-RPC 2.0 over stdio, 400 lines of plain JavaScript. No SDK, no native modules. 🌐 stdio + HTTP/SSE Local servers via command , remote servers via url (bridged through mcp-remote ). 🔁 Auto-registration Every tool becomes mcp the moment the server connects. 🧹 Clean lifecycle Child processes are terminated when the plugin stops or updates. 🛡️ Honest boundaries Unsupported JSON-Schema keywords degrade to open inputs — the MCP server stays the authority. 🚀 Quick start A. dsh plugin add (recommended — the repo is a dsh.bundle ) Then restart dsh web and configure servers via DSH MCP SERVERS (see below). B. Dynamic plugin (one session, no files) Open a DSH session, ask your agent to run the bridge via cordis define (paste the code from p…

View full README on GitHub →
Agentsagent-toolscordisdeepseek-harnessdshdsh-pluginmcpmodel-context-protocolagent

Category