TS

daipendency-mcp

by daipendency/daipendency-mcp

0 views

Model Context Protocol server for Daipendency

automationtypescriptapiAPI Integration

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.

Install

{
  "mcpServers": {
    "daipendency-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@daipendency/mcp"
      ]
    }
  }
}
For more configuration details, refer to the content on the left

Related

Related projects feature coming soon

Will recommend related projects based on sub-categories