返回插件目录

avaritiachaos /

dsh-plugin-mcp

仅 Topic 仓库

这个仓库还没有填写简介。

0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
README来源: main@44122444

@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

/ 5

暂无评分

社区评论

还没有评论,来写第一条。