avaritiachaos/dsh-plugin-mcp ↗★ 0
@shion-lab/dsh-plugin-mcp
用于 DeepSeek Harness 的 Anthropic 模型上下文协议(MCP)客户端桥接插件。
AI 分析
核心用途是让 DSH 能够连接并调用各类 MCP 服务(如 GitHub、SQLite 等)。适合需要扩展 AI 外部工具能力的进阶用户。需要在 cordis.yml 中配置服务器参数。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 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"]