dsh-plugin-mcp
开发工具 活跃维护

dsh-plugin-mcp

avaritiachaos/dsh-plugin-mcp

Model Context Protocol标准开发的DSH扩展插件,安装后即可在DSH环境内直接调用各类MCP服务提供的工具与资源,无需额外适配,开箱即用,遵循MIT协议开源。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
15 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:avaritiachaos/dsh-plugin-mcp
git clone https://github.com/avaritiachaos/dsh-plugin-mcp.git
git clone git@github.com:avaritiachaos/dsh-plugin-mcp.git
README.md main

@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