docs2prompt용 MCP 서버
docs2prompt 는 Reza Tabrizi 가 개발한 Python 라이브러리이자 라인 도구로, Github 저장소나 전용 웹사이트에 호스팅된 문서를 LLM 친화적인 프롬프트로 변환해줍니다.
이 저장소에는 모든 MCP 클라이언트(Cursor, Claude, Windsurf 등)에서 사용할 수 있는 docs2prompt를 래핑한 MCP 서버가 포함되어 있습니다.
서버 실행(개발)
지엑스피1
저장소를 복제합니다.
git clone https://github.com/Melbourneandrew/docs2prompt-mcp
MCP 클라이언트 구성에 다음을 입력하세요(경로와 Github 액세스 토큰 추가):
{
"mcpServers": {
"docs2prompt": {
"command": "uv",
"args": [
"--directory",
"/YOUR/LOCAL/PATH/docs2prompt-mcp/src",
"run",
"main.py"
],
"env": {
"GITHUB_TOKEN": ""
}
}
}
}
필요한 경우 일반 클라이언트를 위한 MCP 설정 가이드는 다음과 같습니다.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
클라이언트가 GitHub 저장소나 호스팅된 웹사이트의 문서에서 LLM 친화적인 프롬프트를 추출할 수 있도록 하는 MCP 서버입니다.
Related MCP Servers
- -securityAlicense-qualityAn 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 -706MIT License
- -securityAlicense-qualityA 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 -310Apache 2.0
- -securityFlicense-qualityA 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
- AsecurityAlicenseAqualityA 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 -95Apache 2.0