docs2prompt MCP Server

local-only server

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

Integrations

  • Provides access to documentation in GitHub repositories, converting them into LLM-friendly prompts through the docs2prompt library

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

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

  1. Run Server (Development)
    ID: a4ce92kysd