- Home
- MCP servers
- Daipendency
Daipendency
- typescript
59
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"daipendency-daipendency-mcp": {
"command": "npx",
"args": [
"-y",
"@daipendency/mcp"
]
}
}
}This MCP server for Daipendency exposes tooling over the Model Context Protocol via stdio, enabling seamless integration with editors, IDEs, and other MCP clients to work with dependency information and documentation.
How to use
You interact with this MCP server through an MCP client that supports stdio connections. The server runs as a local process and exposes tooling such as get_dependency_docs for inspecting dependencies. Start a client that initiates a stdio session with the server, then request the available tooling and invoke get_dependency_docs to extract narrative and API documentation for a dependency in your local project.
How to install
Prerequisites: Node.js and npm or npx should be available on your system.
Install and run the MCP server using the following command.
npx -y @daipendency/mcp
Architectural Decisions
The project is implemented in TypeScript to leverage a feature-rich MCP SDK, while the core Daipendency tooling remains in Rust. This combination provides a robust MCP server with bindings that allow you to access dependency context through standard MCP workflows.
Available tools
get_dependency_docs
Extract narrative and API documentation for a dependency of a local project. This is equivalent to daipendency extract-dep.