dsh cert for Cursor
io.github.perrylink/dsh-cert
Read-only MCP server exposing the dsh-plugin-certification registry for DeepSeek Harness plugins.
client:Cursor
transport:stdio
runtime:npm
Install dsh cert in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dsh-cert": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dsh-cert-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs