trackmcp
Back to directory
daipendency

daipendency-mcp

View on GitHub

Model Context Protocol server for Daipendency

59 stars TypeScriptAI & Machine Learning Updated Sep 28, 2025

Documentation

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.

Frequently asked questions

What is daipendency-mcp?

daipendency-mcp is Model Context Protocol server for Daipendency

How do I install daipendency-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is daipendency-mcp open source?

Yes — it is hosted on GitHub at https://github.com/daipendency/daipendency-mcp and has 59 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP