Daipendency

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • The server integrates with Daipendency, which is hosted on GitHub and provides documentation extraction capabilities

  • Daipendency itself is implemented in Rust, though the MCP server uses TypeScript with JS bindings for Daipendency

  • The Daipendency MCP server is implemented in TypeScript to leverage the official MCP SDKs

Daipendency MCP Server

Model Context Protocol (MCP) server for Daipendency.

Install

Use npx -y @daipendency/mcp to run this MCP server with stdio.

API

Tools

get_dependency_docs

Extract narrative and API documentation for a dependency of a local project.

This is equivalent to daipendency extract-dep.

Architectural Decisions

Although Daipendency itself is implemented in Rust, this project is implemented in TypeScript so that we could use one of the official, feature-rich MCP SDKs. This required implementing JS bindings for Daipendency.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Get the narrative and API documentation for the exact version of any of your dependencies. (Only Rust is supported at the moment.)

  1. Install
    1. API
      1. Tools
    2. Architectural Decisions