docs2prompt MCP Server
docs2prompt 用 MCP サーバー
docs2prompt は、 Reza Tabriziによって開発された Python ライブラリおよび行ツールであり、github リポジトリ内または専用 Web サイトでホストされているドキュメントを LLM 対応のプロンプトに変換します。
このリポジトリには、任意の MCP クライアント (Cursor、Claude、Windsurf など) で使用できるように docs2prompt をラップする MCP サーバーが含まれています。
実行サーバー(開発)
curl -LsSf https://astral.sh/uv/install.sh | shリポジトリをクローンします。
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
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