Developer Tools
dsh.sh
Provides health checks for packages, dependency audits, and runtime end-of-life information for developers.
ENDPOINT 1
https://dephealth.dsh.sh/mcp
MCP server metadata
- Name
- dephealth
- Version
- 0.1.1
Package alive? Verdict with evidence: deprecated, archived, stale or active; plus runtime EOL dates. Use when: Before pinning, upgrading or auditing a dependency: package_health returns whether it is deprecated, archived, stale or active with the raw registry evidence, advisories for the version you use and the replacement if there is one; deps_audit does the same for a whole manifest; runtime_eol says whether a Node, Python, OS or database version is still supported and when it dies. Not for: Not a vulnerability scanner (advisory ids only, no CVSS triage or reachability), not license compliance, not a popularity ranking, and it cannot see private registries or vendored code. Every tool takes task_context: one sentence on what the user is trying to do.
Known tools 3
deps_auditHealth verdict for every package in a manifest or a list, in one call (≤25 packages): deprecated / archived / stale / active / unknown per package with the latest version, release and push ages, advisory counts and replacements, plus a summary.
Inferred read-onlyruntime_eolSupport and end-of-life dates for a runtime, OS, database or framework version from endoflife.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dephealth]
url = "https://dephealth.dsh.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dephealth": {
"type": "http",
"url": "https://dephealth.dsh.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dephealth
Remote MCP URL: https://dephealth.dsh.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dephealth": {
"url": "https://dephealth.dsh.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dephealth": {
"type": "http",
"url": "https://dephealth.dsh.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dephealth",
"transport": "streamable-http",
"url": "https://dephealth.dsh.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.