daipendency-mcp

daipendency-mcp

3.5

If you are the rightful owner of daipendency-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Daipendency MCP Server is a Model Context Protocol server designed for Daipendency, facilitating dependency management and documentation extraction.

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.