MCP Docs Provider
Provides documentation context to LLMs from local markdown files via MCP.
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."
Похожие серверы
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Snowfort Circuit MCP
Automate web browsers and Electron desktop applications for AI coding agents.
Hashnode MCP Server
An MCP server for interacting with the Hashnode API.
Databutton
An MCP server for initial app planning and creating a good starting point for an app.
Loop MCP Server
Enables LLMs to process array items sequentially with a specific task.
GrowthBook
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
MCP‑Stack
A Docker Compose-based collection of MCP servers for LLM workflows, featuring centralized configuration and management scripts.
Awesome LLMs Txt
Access documentation from the Awesome-llms-txt repository directly in your conversations.
ShaderToy-MCP
Query and interact with ShaderToy shaders using large language models.
OPNsense MCP Server
A comprehensive MCP server for managing OPNsense firewalls, offering over 300 tools for configuration and monitoring.