Agent♥︎Age
Catalog

md-vision

Official

by japlete · Python

Read markdown with inlined images and index headings for agentic RAG workflows.

io.github.japlete/md-vision MCP server

Read markdown with inlined images and index headings for agentic RAG workflows. The MCP server exposes two read-only tools to enable agentic retrieval-augmented generation over markdown documentation, supporting efficient indexing and image-inclusive content delivery.

🛠️ Key Features

  • Read-only MCP server for agentic RAG over Markdown documentation
  • Tool 1: read_md_with_images — returns markdown with interleaved image blocks; supports optional section or line-range scoping
  • Tool 2: index_md — returns a compact heading index for a file, URL, or folder of markdown files
  • Typical flow: use index_md to discover headings, then read_md_with_images for targeted sections

🚀 Use Cases

  • Dynamic indexing and retrieval of markdown documentation
  • Integrated image handling within RAG workflows
  • Targeted reads of sections or lines in large markdown files

⚡ Developer Benefits

  • Clear tool separation for indexing and content readout
  • Reduces tool calls by embedding images within markdown results
  • Facilitates agentic workflows with structured heading indexes

⚠️ Limitations

  • Based on provided readme excerpt; behavior may vary if source content changes
  • Read-only tools; no write or modification capabilities

Topics

agentic-aiagentic-ragcontext-engineeringmarkdownmcp-servermcp-tools