The Daipendency server allows you to extract documentation for project dependencies.
Extract Dependency Documentation: Retrieve both narrative and public API documentation for specified dependencies in local projects
Usage Requirements: Provide the dependency's
nameand thedependant_path(absolute path to the project)Integration: Works with the Daipendency toolchain, utilizing TypeScript and JS bindings
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.
Related MCP server: UseKeen Documentation MCP Server
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.