DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-mcp-bridge

A zero-dependency DeepSeek Harness bridge that connects MCP servers and registers their tools for DSH agents.

Developer ToolsSecurity & PolicySkills & WorkflowsRemote Execution
3GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add "github:Chhlafiu4312/dsh-mcp-bridge#main"

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-mcp-bridge is an installable DSH bundle that connects stdio and remote HTTP/SSE MCP servers, discovers their capabilities, and exposes them as DSH tools named `mcp_<server>_<tool>`.

Key Capabilities

  • Installs as a `dsh.bundle` via the documented `dsh plugin --profile web add` command.
  • Connects local MCP servers through configured commands and arguments.
  • Connects remote HTTP/SSE MCP endpoints through `mcp-remote`.
  • Discovers MCP tools and auto-registers them in the DSH tools registry.
  • Forwards DSH tool calls to MCP `tools/call` requests.
  • Provides `mcp_status` for connection-state inspection.
  • Supports per-server tool allowlists, denylists, disabled entries, environment variables, working directories, and call timeouts.
  • Terminates managed child processes and unregisters tools when the plugin stops.

Useful For

  • Give a DSH agent access to filesystem, GitHub, database, search, memory, or other MCP-server tools.
  • Connect locally launched stdio MCP servers to an agent workflow.
  • Expose selected remote MCP server tools to DeepSeek Harness.
  • Limit registered tools with allowlists or denylists, including hiding destructive tool names.

Who It Fits

  • DeepSeek Harness users who use MCP servers.
  • Agent builders integrating external tools into DSH.
  • Developers operating local or remote MCP tool servers.

Documented Limitations

  • Remote `url` servers are bridged through `mcp-remote`; a native streamable-HTTP client is listed on the roadmap.
  • Configuration is read when the plugin starts, so plugin/preset installations require a DSH restart after configuration changes.
  • Unsupported JSON-Schema keywords degrade to open inputs; the MCP server remains the validation authority.
  • Connected MCP servers run with the user's permissions and may receive environment-provided credentials.
  • Per-server permission prompts for destructive tools are listed as future work.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 0 development, 1 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
Chhlafiu4312/dsh-mcp-bridge
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
0e04cd3 · 2026-09-15

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
3GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app