MCP Hub
Back to servers

Daipendency (Public API docs)

MCP (Model Context Protocol) Server. Extracts public API documentation from a library and outputs it in an LLM-friendly format.

Stars
59
Tools
1
Validated
Jan 9, 2026

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.

Reviews

No reviews yet

Sign in to write a review