VOOZH about

URL: https://glama.ai/mcp/servers/YassineTk/mcp-docs-provider

⇱ MCP Docs Provider by YassineTk | Glama


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.md with the path to your markdown documentation file

No rebuild is required after updating your Markdown documentation.

Related MCP server: MyContext MCP Server

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."

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YassineTk/mcp-docs-provider'

If you have feedback or need assistance with the MCP directory API, please join our Discord server