avaritiachaos/dsh-plugin-mcp0

@shion-lab/dsh-plugin-mcp

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

AI 분석

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

패키지
@shion-lab/dsh-plugin-mcp
버전
0.1.2
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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"]