DSH durable MCP server manager plugin — Settings UI + HTTP API + mcp_manager_* model tools, cross-platform installers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"deepseekharness-mcp-": {
"command": "npx",
"args": [
"-y",
"xxxyz/DeepSeekHarness-MCP-Manager"
]
}
}
}
Run in terminal:
claude mcp add deepseekharness-mcp- npx -y xxxyz/DeepSeekHarness-MCP-Manager
Add to .cursor/mcp.json:
{
"mcpServers": {
"deepseekharness-mcp-": {
"command": "npx",
"args": [
"-y",
"xxxyz/DeepSeekHarness-MCP-Manager"
]
}
}
}