Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 05:21

"How to document a codebase using Markdown" matching MCP tools:

  • Export an Outline document as plain Markdown text for external use or sharing. Provide the document ID to receive clean, unformatted content.
    MIT
  • Convert Markdown files to PDF using a headless browser. Specify input and output paths; optionally set a document title. Requires Chrome or Edge installed, with automatic fallback to HTML.
    MIT
  • Create a document in a Huly teamspace. Supports markdown formatting. Returns the created document ID.
    MIT
  • Create a new Word document from Markdown content. Converts GitHub-Flavored Markdown to .docx, supporting headings, tables, lists, and more.
    MIT
  • Converts Markdown files to PDF using a headless browser (Edge/Chrome). Specify input and output paths; optionally set a document title. Falls back to HTML output if no browser is found.
    MIT
  • Send a document to a Telegram chat using a file URL or file ID. Optionally add a caption with Markdown or HTML formatting.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Export a codebase to a file in XML, Markdown, or plain text formats. Includes directory structure, file summaries, line numbers, and customizable patterns for inclusion or exclusion.
    MIT
  • Retrieve a remote GitHub repository's codebase as a single text output in XML, markdown, or plain format, with options to include file summaries, directory structures, line numbers, and filter content using patterns.
    MIT
  • Analyzes codebase structure and patterns to understand how it works before implementing changes. Enables developers to make informed modifications.
    MIT
  • Retrieve the complete markdown content of any PasteAI document by providing its unique ID.
    MIT
  • Retrieve full text of any document as markdown using OCR. Ideal for summarization, translation, or general text extraction.
    MIT
  • Build a structural graph of any codebase using tree-sitter parsing. Supports 20 languages and cross-stack relationships.
    MIT
  • Validate all URLs in a markdown document by issuing HEAD requests (falling back to GET). Detects broken links (4xx/5xx), redirects (3xx), and timeouts. Returns detailed report with broken URLs, redirect targets, and timed-out links.
    MIT