avaritiachaos/dsh-plugin-mcp0

@shion-lab/dsh-plugin-mcp

Anthropic Model Context Protocol (MCP) client bridge plugin for DeepSeek Harness (dsh).

AI Analysis

核心用途是让 DSH 能够连接并调用各类 MCP 服务(如 GitHub、SQLite 等)。适合需要扩展 AI 外部工具能力的进阶用户。需要在 cordis.yml 中配置服务器参数。

Package
@shion-lab/dsh-plugin-mcp
Version
0.1.2
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

📦 Installation & Usage

npm install -g @shion-lab/dsh-plugin-mcp

In cordis.yml:

plugins:
  "@deepseek-ai/dsh": {}
  "@shion-lab/dsh-plugin-mcp":
    servers:
      github:
        command: "npx"
        args: ["-y", "@modelcontextprotocol/server-github"]
        env:
          GITHUB_PERSONAL_ACCESS_TOKEN: "your_token"
      sqlite:
        command: "uvx"
        args: ["mcp-server-sqlite", "--db-path", "./test.db"]