Skip to main content
Glama

docs2prompt MCP Server

docs2prompt용 MCP 서버

특허

docs2promptReza Tabrizi 가 개발한 Python 라이브러리이자 라인 도구로, Github 저장소나 전용 웹사이트에 호스팅된 문서를 LLM 친화적인 프롬프트로 변환해줍니다.

이 저장소에는 모든 MCP 클라이언트(Cursor, Claude, Windsurf 등)에서 사용할 수 있는 docs2prompt를 래핑한 MCP 서버가 포함되어 있습니다.

서버 실행(개발)

  1. UV 설치

지엑스피1

  1. 저장소를 복제합니다.

git clone https://github.com/Melbourneandrew/docs2prompt-mcp
  1. MCP 클라이언트 구성에 다음을 입력하세요(경로와 Github 액세스 토큰 추가):

{ "mcpServers": { "docs2prompt": { "command": "uv", "args": [ "--directory", "/YOUR/LOCAL/PATH/docs2prompt-mcp/src", "run", "main.py" ], "env": { "GITHUB_TOKEN": "" } } } }

필요한 경우 일반 클라이언트를 위한 MCP 설정 가이드는 다음과 같습니다.

-
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.

클라이언트가 GitHub 저장소나 호스팅된 웹사이트의 문서에서 LLM 친화적인 프롬프트를 추출할 수 있도록 하는 MCP 서버입니다.

  1. 서버 실행(개발)

    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 -
      706
      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 -
      3
      10
      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
      • 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
      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