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."
Máy chủ liên quan
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Solana Dev MCP
An MCP server for Solana development providing basic RPC methods and helpful prompts.
analyze-coverage-mcp
MCP server that bridges LCOV coverage reports to AI agents.
Remote MCP Server (Authless)
A template for deploying a remote, auth-less MCP server on Cloudflare Workers.
Chess FEN MCP Server
Validate and visualize chess positions using FEN notation.
AvaloniaUI
Tools, resources, and guidance for building cross-platform applications with AvaloniaUI.
My MCP Server
A remote MCP server deployable on Cloudflare Workers without authentication.
Shrike Security
AI agent security scanner — protect LLM-powered apps from prompt injection, SQL injection, data exfiltration, and adversarial attacks via MCP.
Dan MCP
An example MCP server deployed on Cloudflare Workers without authentication.
MCP-scala
A Model Context Protocol server implementation written in Scala 3.
Md2svg
Converts Markdown text to SVG images.