DepsHub MCP Server for Effortless Dependency Updates
- 🔧 Find and fix breaking changes in seconds
- ✨ Works with VS Code, Cursor, Windsurf, Zed and more
- 🧠 Identify the best upgrade path for your dependencies
- 😌 Provide your editor with all the necesarry context from the release notes and changelogs
- 🌍 Supports 2M+ packages out of the box
- 🏎️ Fast respones
Discord: https://discord.gg/NuEXZwNDtN
You can use DepsHub MCP in two modes:
- Connect to a remotely running instance (recommended)
- Run locally, using pre-build docker container
ghcr.io/depshubhq/mcp
{
"mcpServers": {
"depshub": {
"url": "https://mcp.depshub.com/mcp"
}
}
}
{
"mcpServers": {
"depshub": {
"url": "https://mcp.depshub.com/mcp"
}
}
}
Windsurt doesn't support streamable HTTP, so you have to Docker locally.
{
"mcpServers": {
"depshub": {
"command": "docker",
"args": ["run", "-i", "--rm", "--init", "ghcr.io/depshubhq/mcp"]
}
}
}
{
"context_servers": {
"depshub": {
"command": {
"path": "docker",
"args": ["run", "-i", "--rm", "--init", "ghcr.io/depshubhq/mcp"]
},
"settings": {}
}
}
}
Any editor that supports MCP protocol should be able to work with DepsHub.
You can either use our official Docker container or just point to the remote MCP URL: https://mcp.depshub.com/mcp
.
- JavaScript/TypeScript - npm, yarn, pnpm
- Go
- Ruby gems
- Rust - cargo