mcpbeat Sign in

Dsh Cert MCP Server

local only

Dsh Cert runs on your own machine — the client starts it, so there is no endpoint to ping. 450 installs a week from npm.

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

Installs per day peak 403 · avg 13
a month agotoday
450
Installs / week
npm · dsh-cert-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Dsh Cert every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dsh-cert -- npx -y dsh-cert-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dsh-cert": {
      "args": [
        "-y",
        "dsh-cert-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dsh-cert]
command = "npx"
args = ["-y", "dsh-cert-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dsh-cert": {
      "args": [
        "-y",
        "dsh-cert-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dsh-cert": {
      "args": [
        "-y",
        "dsh-cert-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dsh Cert

same job, measured the same way
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

32 installs/wk local only
AWS MCP Connector
by ferhatdundar

MCP server for the AWS CLI. Read-only by default; single Go binary.

local only
operant-mcp
by saagpatel

Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.

33 installs/wk 5 tools answering
Mercury Multiorg MCP
by dkaleganov

Unofficial read-only MCP server exposing several Mercury banking organizations to one AI session.

local only
Ghcli MCP Connector
by ferhatdundar

MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.

local only
Docs MCP
by acta-team

Read-only MCP server for the official ACTA verifiable credentials documentation.

30 installs/wk local only
Secure Schema MCP
by siddharth-coder13

Read-only MCP server for exposing database schema metadata without row data.

66 installs/wk local only
C
Holydb MCP
by holydb

Read-only MCP server for HolyDB: find Catholic parish Mass times by location and time.

1 tools answering

Dsh Cert — questions

Answers built from our own checks of this server.

Why is there no uptime for Dsh Cert?
Dsh Cert runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dsh-cert-mcp was installed 450 times last week.
How do I connect Dsh Cert?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dsh-cert-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dsh Cert?
The npm package dsh-cert-mcp was installed 450 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.