bobleer/deepseek-harness-plugin-mcp: Enabling Agents to Use DSH Plugins via MCP

bobleer/deepseek-harness-plugin-mcp is an MIT-licensed MCP server designed to provide Agents with a standard interface for discovering, inspecting, installing, and running DeepSeek Harness (DSH) plugins. The project partitions functionality into three planes: the Catalog plane, available by default, allows Agents to search and inspect public plugin repositories and their metadata without requiring a local dsh installation; the Profile plane, enabled with `--allow-install` and when dsh is present locally, permits Agents to perform plugin installation or removal operations; the Runtime plane, enabled with `--allow-runtime`, supports launching DSH configurations and bridging DSH tools into

Read More