返回目录
模型与 MCP 插件

dsh-plugin-mcp

avaritiachaos/dsh-plugin-mcp

该仓库暂未提供项目说明。

Stars
0
Forks
0
Issues
0
更新
今天

PROJECT TOPICS

项目标签

PROJECT README

README

@shion-lab/dsh-plugin-mcp

npm version License: MIT

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


🌟 Why dsh-plugin-mcp?

Connects any standard MCP server (GitHub, SQLite, Brave Search, Puppeteer, PostgreSQL) directly into the DeepSeek Harness tool calling ecosystem over Stdio JSON-RPC 2.0.


📦 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"]

📄 License

MIT © Shion Lab

CLASSIFICATION EVIDENCE

分类依据

项目类型插件
功能分类模型与 MCP
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。