Docs Provider
Enables AI models to access and query local technical documentation through a stdio-based server that reads from markdown files and exposes a query-docs tool, with automatic configuration for Cursor editor integration.
5 stars
0 tools
Created Aug 2025
@yassinetk/yassinetk-docs-provider-docs-providerAbout
Enables AI models to access and query local technical documentation through a stdio-based server that reads from markdown files and exposes a query-docs tool, with automatic configuration for Cursor editor integration.
Categories
general
Installation
npm
npm install @yassinetk/yassinetk-docs-provider-docs-provider
Configuration
{
"mcpServers": {
"yassinetk-docs-provider-docs-provider": {
"command": "npx",
"args": [
"-y",
"@yassinetk/yassinetk-docs-provider-docs-provider"
]
}
}
}