Corzed/DocsMCP
3.2
If you are the rightful owner of DocsMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
DocsMCP is a Model Context Protocol server that facilitates AI assistants in accessing and navigating documentation efficiently.
DocsMCP
A powerful Model Context Protocol (MCP) server that provides seamless access to documentation on various topics directly to your AI assistant.
What is DocsMCP?
DocsMCP connects Claude and other MCP-compatible AI assistants to documentation, allowing them to:
- Retrieve documentation files
- Navigate directory structures intuitively
- Access information with proper context
- Cache frequently accessed content for improved performance
Installation Guide
Step 1: Clone the Repository
git clone https://github.com/corzed/DocsMCP.git
cd DocsMCP
Step 2: Install Dependencies
Install the required fastmcp
package:
pip install fastmcp
Step 4: Add DocsMCP to your MCP Client
{
"mcpServers": {
"DocsMCP": {
"command": "python",
"args": [
"/absolute/path/to/DocsMCP.py"
]
}
}
}