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
name
and 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.
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.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Get the narrative and API documentation for the exact version of any of your dependencies. (Only Rust is supported at the moment.)
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityFetches and extracts comprehensive package documentation from multiple programming language ecosystems (JavaScript, Python, Java, etc.) for LLMs like Claude without requiring API keys.Last updated -44414MIT License
- -securityFlicense-qualityEnables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.Last updated -
- -securityFlicense-qualityEnables AI assistants to search for documentation of packages and services, providing implementation details, examples, and specifications through a specialized API.Last updated -192
- AsecurityAlicenseAqualityAutomatically provides AI assistants with contextual, version-specific documentation for Python project dependencies by scanning pyproject.toml files. Eliminates manual package lookup and enables more accurate coding assistance through seamless integration with AI tools.Last updated -4MIT License