Skip to content
Zed

dsh cert for Zed

io.github.perrylink/dsh-cert

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

client:Zed transport:stdio runtime:npm

Install dsh cert in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "dsh-cert": {
      "command": "npx",
      "args": [
        "-y",
        "dsh-cert-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dsh cert in other clients