Daipendency

Official
by daipendency

Integrations

  • The server integrates with Daipendency, which is hosted on GitHub and provides documentation extraction capabilities

  • Daipendency itself is implemented in Rust, though the MCP server uses TypeScript with JS bindings for Daipendency

  • The Daipendency MCP server is implemented in TypeScript to leverage the official MCP SDKs

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.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Get the narrative and API documentation for the exact version of any of your dependencies. (Only Rust is supported at the moment.)

  1. Install
    1. API
      1. Tools
    2. Architectural Decisions

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Provides up to date dependency information of Clojure libraries
        Last updated -
        2
        5
        3
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        Fetches and extracts comprehensive package documentation from multiple programming language ecosystems (JavaScript, Python, Java, etc.) for LLMs like Claude without requiring API keys.
        Last updated -
        4
        5
        10
        JavaScript
        MIT License
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A server for managing Rust documentation that enables users to check, build, and search Rust documentation locally through cargo doc commands.
        Last updated -
        3
        3
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that provides AI tools with access to Rust documentation from docs.rs, enabling search for crates, documentation, type information, feature flags, version information, and source code.
        Last updated -
        3
        TypeScript

      View all related MCP servers

      ID: ltfjmd77yo