Servers
D
Dependency Freshness Checker
@Armigerous
**Dependency Freshness Checker** tells any AI coding agent whether an npm or PyPI package is
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dependency-freshness": {
"command": "npx",
"args": [
"-y",
"dependency-freshness-mcp"
]
}
}
}