Content
# Daipendency MCP Server
Model Context Protocol (MCP) server for [Daipendency](https://github.com/daipendency/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`](https://github.com/daipendency/daipendency#daipendency-extract-dep-extract-the-documentation-of-a-dependency).
## 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](https://github.com/daipendency/daipendency-js).
Connection Info
You Might Also Like
MarkItDown MCP
Python tool for converting files and office documents to Markdown.
Time
Model Context Protocol Servers
Filesystem
Model Context Protocol Servers
Sequential Thinking
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps