AI Agent Hub
Back to plugins
🖥️

dsh-project-mcp-bridge

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install KYinCode/dsh-project-mcp-bridge

Paste the following prompt into your AI chat to install this plugin:

Please install this plugin in DeepSeek Harness by running dsh plugin install KYinCode/dsh-project-mcp-bridge. Source: https://github.com/KYinCode/dsh-project-mcp-bridge

About this plugin

Traditional MCP configurations often require restarting sessions to take effect, and global settings can easily lead to conflicts. dsh-project-mcp-bridge is designed to solve this by allowing you to declare MCP server configurations directly in your project root. The core capability of this plugin lies in "hot reload" and "isolation," supporting real-time reading of changes in .dsh/mcp., enabling the model to immediately access new tools without restarting the DeepSeek session. Meanwhile, each session runs processes independently, ensuring tool isolation and stability during parallel project development. Whether you are a developer switching between different contexts frequently or a user looking to customize a specific toolchain for a particular workflow, this plugin significantly boosts development efficiency.

Use Cases

  • Configure exclusive MCP toolchains for the current project.
  • Dynamically add or modify tools during development without restarting the session.
  • Isolate tool environments for different projects during parallel development.

Best For

  • DeepSeek users needing to customize exclusive tools for different projects.
  • Command-line developers who want configuration changes to take effect immediately.
  • Engineers using MCP servers (e.g., GitHub, database) for project management.