docs2prompt MCP Server
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Enables fetching and converting documentation from GitHub repositories into LLM-friendly prompts, requiring a GitHub access token for authentication.
MCP Server for docs2prompt
docs2prompt is a python library and line tool developed by Reza Tabrizi that turns documentation in github repositories or hosted on dedicated websites into LLM-friendly prompts.
This repository contains an MCP server that wraps docs2prompt for use by any MCP client (Cursor, Claude, Windsurf, etc).
Run Server (Development)
- Clone the repository:
- Put this in your MCP client config (Add your path and github access token):
If you need, here are guides to set up MCP for common clients:
This server cannot be installed
An MCP server that wraps the docs2prompt library, enabling users to convert documentation from GitHub repositories or websites into LLM-friendly prompts through any MCP client.