π¦
MCP
β¨ MCP Server for Effortless Dependency Updates
0 installs
13 stars
3 forks
Trust: 56 β Fair
Devtools
Installation
npx mcpAsk AI about MCP
Powered by Claude Β· Grounded in docs
I know everything about MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
Installation
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
VS Code
{
"mcpServers": {
"depshub": {
"url": "https://mcp.depshub.com/mcp"
}
}
}
Cursor
{
"mcpServers": {
"depshub": {
"url": "https://mcp.depshub.com/mcp"
}
}
}
Windsurf
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"]
}
}
}
Zed
{
"context_servers": {
"depshub": {
"command": {
"path": "docker",
"args": ["run", "-i", "--rm", "--init", "ghcr.io/depshubhq/mcp"]
},
"settings": {}
}
}
}
Other editors
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.
Supported ecosystems
- JavaScript/TypeScript - npm, yarn, pnpm
- Go
- Ruby gems
- Rust - cargo
