A powerful Model Context Protocol (MCP) server that provides seamless access to documentation on various topics directly to your AI assistant.
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
git clone https://github.com/corzed/DocsMCP.git
cd DocsMCPInstall the required fastmcp package:
pip install fastmcp{
"mcpServers": {
"DocsMCP": {
"command": "python",
"args": [
"/absolute/path/to/DocsMCP.py"
]
}
}
}