MCP server to provide local documentation to your LLM (Markdown)

I’ve created a new MCP server that enables LLMs to seamlessly access and query local Markdown documentation files.

:link: npm: mcp-docs-provider - npm
:link: GitHub: GitHub - YassineTk/mcp-docs-provider: Documentation context provider for LLMs via MCP

Please let me know if you have suggestions for improvement.

How is this better than having the docs in the codebase? (and indexed when cursor indexes the code base), or using a cursor rule that references a docs file or directory?