Readium Mcp Server - Git To Markdown

by pablotoledo

235 downloads
Not rated
GitHub

About

# Readium MCP <p align="center"> <img src="https://raw.githubusercontent.com/pablotoledo/readium/main/logo.webp" alt="Readium MCP" width="200"> </p> [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/) [![Model Context…

Details

Author
pablotoledo
Downloads
235
Categories
Developer Tools, Knowledge Base

- Fast analysis of large repositories
- Supports local directories, Git repos, and URLs
- Configurable file extensions, sizes, and exclusions
- Compatible with any MCP client (Claude, VSCode, CLI)
- Simple stdio transport with no complex dependencies

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Readium Mcp Server - Git To Markdown
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with pip install readium-mcp or clone from source. Launch directly with readium-mcp or via Poetry (poetry run readium-mcp). Integrate with MCP clients (VSCode, Claude Desktop, MCP CLI) by configuring the command. The primary tool is analyze_docs, which accepts parameters like path, branch, target_dir, use_markitdown, url_mode, max_file_size, exclude_dirs, exclude_ext, and include_ext.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "readium mcp server - git to markdown": {
            "readium": {
                "command": "readium-mcp"
            }
        }
    }
}

McpServers

{
    "readium": {
        "command": "readium-mcp"
    }
}

Readium MCP

<p align="center">
Readium MCP
</p>

Python Version
Model Context Protocol
License: MIT
PyPI version

A Model Context Protocol (MCP) server that exposes the powerful documentation analysis functionality of Readium for LLMs like Claude and other MCP-compatible clients.

🔍 What is this?

Readium MCP acts as a bridge between LLMs and any documentation repository, allowing:

- Analyzing local directories, public/private Git repositories, and URLs
- Processing multiple file formats (code, Markdown, text)
- Converting web pages to Markdown for analysis
- Delivering structured results with summary, file tree, and content

Perfect for when you need an LLM to analyze large bodies of documentation, code repositories, or technical websites.

🚀 Installation

With pip (recommended)

pip install readium-mcp

From source code

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.