- Explore MCP Servers
- mcp-docs-provider
Mcp Docs Provider
What is Mcp Docs Provider
mcp-docs-provider is a documentation context provider for Large Language Models (LLMs) via MCP, enabling AI models to access and query local markdown technical documentation seamlessly.
Use cases
Use cases include enhancing AI-driven customer support systems, providing contextual information in development environments, and improving documentation accessibility for AI models.
How to use
To use mcp-docs-provider, add the specified configuration to your Cursor configuration file (mcp.json) and ensure to provide the correct path to your markdown documentation file. No rebuild is required after updating the documentation.
Key features
Key features include seamless integration with LLMs, automatic context usage in queries, and no need for rebuilding after documentation updates.
Where to use
mcp-docs-provider can be used in various fields where technical documentation is essential, such as software development, technical support, and knowledge management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Docs Provider
mcp-docs-provider is a documentation context provider for Large Language Models (LLMs) via MCP, enabling AI models to access and query local markdown technical documentation seamlessly.
Use cases
Use cases include enhancing AI-driven customer support systems, providing contextual information in development environments, and improving documentation accessibility for AI models.
How to use
To use mcp-docs-provider, add the specified configuration to your Cursor configuration file (mcp.json) and ensure to provide the correct path to your markdown documentation file. No rebuild is required after updating the documentation.
Key features
Key features include seamless integration with LLMs, automatic context usage in queries, and no need for rebuilding after documentation updates.
Where to use
mcp-docs-provider can be used in various fields where technical documentation is essential, such as software development, technical support, and knowledge management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Docs Provider
Documentation context provider for LLMs via MCP. This server enables AI models to seamlessly access and query your local markdown technical documentation.
Installing via Smithery
To install mcp-docs-provider for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @YassineTk/mcp-docs-provider --client claude
Configuration with cursor
Add this to your Cursor configuration file (mcp.json):
{
"mcpServers": {
"mcp-docs-provider": {
"command": "npx",
"args": [
"-y",
"mcp-docs-provider",
"/path/to/your/documentation.md"
]
}
}
}
/path/to/your/documentation.mdwith the path to your markdown documentation file
No rebuild is required after updating your Markdown documentation.
MCP Client Rules Configuration
Add the following specification to your MCP Client Rules (eg. Cursor) (This ensures the documentation context is automatically used without explicitly mentioning “Using my MCP” in queries.):
“If a user ask you about ui pattern then follow the mcp-docs-provider MCP server.”
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










