Skip to content
Grok

dsh cert for Grok

io.github.perrylink/dsh-cert

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

client:Grok transport:stdio runtime:npm

Install dsh cert in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dsh cert in other clients