Skip to content
Gemini CLI

dsh cert for Gemini CLI

io.github.perrylink/dsh-cert

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

client:Gemini CLI transport:stdio runtime:npm

Install dsh cert in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

dsh cert in other clients