
DepsHub
STDIOSTREAMABLE HTTPMCP server for managing and updating dependencies across multiple programming languages.
MCP server for managing and updating dependencies across multiple programming languages.
Discord: https://discord.gg/NuEXZwNDtN
You can use DepsHub MCP in two modes:
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
.