Back to home

avaritiachaos

dsh-plugin-mcp

No description

Stars
0
Language
TypeScript
Created
Aug 15, 2026
Updated
Aug 15, 2026

Introduction

@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