Skip to main content
Glama
Melbourneandrew

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 설정 가이드는 다음과 같습니다.

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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