Skip to content
VS Code

dsh cert for VS Code

io.github.perrylink/dsh-cert

Read-only MCP server exposing the dsh-plugin-certification registry for DeepSeek Harness plugins.

client:VS Code transport:stdio runtime:npm

Install dsh cert in VS Code

.vscode/mcp.json

{
  "servers": {
    "dsh-cert": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dsh-cert-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

dsh cert in other clients