Documentation Context Provider
Documentation context provider for LLMs via MCP
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install YassineTk/mcp-docs-provider -c claudeThis command will automatically install and configure the Documentation Context Provider MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Documentation Context Provider": {
"command": "npx",
"args": [
"-y",
"mcp-docs-provider",
"/path/to/your/documentation.md"
]
}
}
}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."
Stars
5Forks
2Last commit
7 months agoRepository age
8 months
Auto-fetched from GitHub .
MCP servers similar to Documentation Context Provider:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit