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
Scout Monitoring MCP
nhà tài trợPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
GenCodeDoc
Intelligent code versioning (snapshots) and automatic documentation generator. With CLI, REST API, and MCP support.
spm-mcp
iOS Swift Package Manager server written in Swift
AI pair programming
Orchestrates a dual-AI engineering loop where a Primary AI plans and implements, while a Review AI validates and reviews, with continuous feedback for optimal code quality. Supports custom AI pairing (Claude, Codex, Gemini, etc.)
Puppeteer MCP
MCP server for browser automation via Puppeteer
Draw Architecture
Generate draw.io system architecture diagrams from text descriptions using the ZhipuAI large model.
Context Portal MCP (ConPort)
A server for managing structured project context using SQLite, with support for vector embeddings for semantic search and Retrieval Augmented Generation (RAG).
Refine Prompt
Refines and structures prompts for large language models using the Anthropic API.
Django MCP Server
A Django extension to enable AI agents to interact with Django apps through the Model Context Protocol.
Headless Terminal (ht) MCP
A high-performance MCP server for the headless terminal (ht), implemented in Rust.
Authless Remote MCP Server
A template for deploying a remote, auth-less MCP server on Cloudflare Workers.