https://github.com/corzed/docsmcp
A MCP server to retrieve docs on various topics.
https://github.com/corzed/docsmcp
Last synced: 11 months ago
JSON representation
A MCP server to retrieve docs on various topics.
- Host: GitHub
- URL: https://github.com/corzed/docsmcp
- Owner: Corzed
- License: mit
- Created: 2025-05-18T17:08:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-18T18:21:55.000Z (about 1 year ago)
- Last Synced: 2025-06-13T00:03:52.654Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/corzed/DocsMCP.git
cd DocsMCP
```
### Step 2: Install Dependencies
Install the required `fastmcp` package:
```bash
pip install fastmcp
```
### Step 4: Add DocsMCP to your MCP Client
```json
{
"mcpServers": {
"DocsMCP": {
"command": "python",
"args": [
"/absolute/path/to/DocsMCP.py"
]
}
}
}
```
## Contribute Docs
https://github.com/Corzed/Docs