1. Conduid
  2. Developer Tools
  3. MCP
MCP server · Developer Tools

MCP

✨ MCP Server for Effortless Dependency Updates

Unclaimed last commit 9 months ago mcpmcp-serverdevtoolsgodependenciesainpmrust
56Fair

Scored yesterday · breakdown

About MCP

MCP is an MCP server published by DepsHubHQ in the Developer Tools category: ✨ MCP Server for Effortless Dependency Updates. It has been installed 0 times through Conduid.

The repository has 13 stars and 3 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about MCP

Powered by Claude · Grounded in docs

I know everything about MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

0.2.80.2.8 · 13 Nov 2025Full Changelog**: https://github.com/DepsHubHQ/mcp/compare/0.2.7...0.2.8
0.2.70.2.7 · 13 Nov 2025Full Changelog**: https://github.com/DepsHubHQ/mcp/compare/0.2.6...0.2.7
0.2.60.2.6 · 13 Nov 2025Full Changelog**: https://github.com/DepsHubHQ/mcp/compare/0.2.5...0.2.6
0.2.50.2.5 · 13 Nov 2025Full Changelog**: https://github.com/DepsHubHQ/mcp/compare/0.2.4...0.2.5
0.2.20.2.2 · 13 Nov 2025

README

  • 🔧 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

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About MCP

How do I install MCP?

Run npx mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is MCP safe to use with an AI agent?

Its trust score is 56 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is MCP still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.