YassineTk/mcp-docs-provider
If you are the rightful owner of mcp-docs-provider 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.
Documentation context provider for LLMs via MCP, enabling AI models to access and query local markdown technical documentation.
The MCP Docs Provider is a server designed to facilitate seamless interaction between AI models and local markdown technical documentation. By leveraging the Model Context Protocol (MCP), this server allows Language Learning Models (LLMs) to access, query, and utilize documentation stored in markdown format. This integration is particularly useful for developers and teams who maintain extensive technical documentation and wish to enhance their AI models' ability to provide accurate and contextually relevant responses. The MCP Docs Provider can be easily installed and configured, ensuring that updates to documentation are immediately reflected without the need for rebuilding. This server is compatible with various platforms and can be integrated into existing workflows with minimal effort.
Features
- Seamless integration with LLMs for accessing markdown documentation.
- Automatic updates without the need for rebuilding.
- Easy installation via Smithery for Claude Desktop.
- Configurable with MCP Client Rules for automatic context usage.
- Supports querying of local technical documentation.
Usages
installation with smithery
bash npx -y @smithery/cli install @YassineTk/mcp-docs-provider --client claude
configuration with cursor
{ "mcpServers": { "mcp-docs-provider": { "command": "npx", "args": [ "-y", "mcp-docs-provider", "/path/to/your/documentation.md" ] } } }