io.github.pipeworx-io/deps-dev icon

Deps Dev

by Pipeworx-io

io.github.pipeworx-io/deps-dev

deps.dev — Google's package metadata + dependency graph API

mcp-deps-dev

deps.dev — Google's package metadata + dependency graph API

Part of Pipeworx — an MCP gateway connecting AI agents to 250+ live data sources.

Tools

Tool Description
project Project metadata (github
package Package metadata.
version Single version of a package (deps, advisories, license).
dependencies Resolved dependency graph for a (system, name, version).
query Query packages/versions (by hash, repo URL, etc).

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "deps-dev": {
      "url": "https://gateway.pipeworx.io/deps-dev/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 250+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Deps Dev data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT