
Daipendency MCP Server
Model Context Protocol server for Daipendency
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install daipendency/daipendency-mcp -c claude
This command will automatically install and configure the Daipendency MCP Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Daipendency MCP Server": {
"command": "npx",
"args": [
"-y",
"@daipendency/mcp"
],
"env": {}
}
}
}
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.
Stars
57Forks
9Last commit
5 months agoRepository age
5 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Daipendency MCP Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit