Skip to main content
Glama

docs2prompt MCP Server

Servidor MCP para docs2prompt

docs2prompt es una biblioteca de Python y una herramienta de línea desarrollada por Reza Tabrizi que convierte la documentación en repositorios de Github o alojada en sitios web dedicados en indicaciones compatibles con LLM.

Este repositorio contiene un servidor MCP que encapsula docs2prompt para su uso por cualquier cliente MCP (Cursor, Claude, Windsurf, etc.).

Ejecutar servidor (desarrollo)

  1. Instalar UV
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Clonar el repositorio:
git clone https://github.com/Melbourneandrew/docs2prompt-mcp
  1. Coloque esto en su configuración de cliente MCP (agregue su ruta y token de acceso de Github ):
{ "mcpServers": { "docs2prompt": { "command": "uv", "args": [ "--directory", "/YOUR/LOCAL/PATH/docs2prompt-mcp/src", "run", "main.py" ], "env": { "GITHUB_TOKEN": "" } } } }

Si lo necesitas, aquí tienes guías para configurar MCP para clientes comunes:

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

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

Un servidor MCP que permite a los clientes extraer indicaciones compatibles con LLM de la documentación en repositorios de GitHub o sitios web alojados.

  1. Ejecutar servidor (desarrollo)

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      An MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.
      Last updated -
      578
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A MCP server that transforms code repositories from GitHub, GitLab, or local directories into LLM-friendly formats, preserving context and structure for better AI processing.
      Last updated -
      9
      Python
      Apache 2.0
    • -
      security
      F
      license
      -
      quality
      A customized MCP server that enables integration between LLM applications and documentation sources, providing AI-assisted access to LangGraph and Model Context Protocol documentation.
      Last updated -
      1
      Python
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A MCP server that bridges LLMs with GitHub repository management, enabling automated analysis of pull requests, issue management, tag creation, and release management through natural language.
      Last updated -
      9
      5
      Python
      Apache 2.0

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Melbourneandrew/docs2prompt-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server