markdown-sidecar-mcp

speakeasy-api/markdown-sidecar-mcp

3.2

If you are the rightful owner of markdown-sidecar-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Markdown Sidecar MCP Server provides a structured way to serve and access markdown documentation from an MCP server for various package registries.

The Markdown Sidecar MCP Server is designed to facilitate the access and serving of markdown documentation for NPM packages, Go Modules, and PyPi packages. It allows for informed code generation by exposing markdown files as resources or tools. This server is intended to be executed within a project directory where the requested packages are already installed locally, ensuring that access remains within the local environment's working directory. The server can mount Python 'help' root docs by default for PyPi packages that do not have markdown documentation exposed.

Features

  • Structured access to markdown documentation for NPM, Go Modules, and PyPi packages.
  • Exposes markdown files as MCP resources or tools for informed code generation.
  • Designed to run within a local project directory, maintaining local environment integrity.
  • Supports mounting Python 'help' root docs for PyPi packages lacking markdown documentation.
  • Customizable working directory and package registry options.