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."
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Document Schema Specifications
A collection of document schemas for standardizing project documentation across various software projects.
Remote MCP Server Authless
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Pulsar Edit MCP Server
An experimental MCP server to control the Pulsar editor, enabling LLM assistance for software development.
MCP Server Starter
A TypeScript starter template for building Model Context Protocol (MCP) servers.
MCP Server Manager for Claude
Install and manage Model Context Protocol (MCP) servers for Claude Desktop.
即梦AI多模态MCP
A multimodal generation service using Volcengine Jimeng AI for image generation, video generation, and image-to-video conversion.
Swagger MCP Server
An example MCP server for deployment on Cloudflare Workers without authentication.
Futarchy MCP
Interact with the Futarchy protocol on the Solana blockchain.
Jetty.io
Work on dataset metadata with MLCommons Croissant validation and creation.
Petstore MCP Server & Client
An MCP server and client implementation for the Swagger Petstore API.