MkDocs Search
Enables AI to search and retrieve content from MkDocs documentation sites by leveraging existing Lunr.js indexes and converting HTML to markdown for seamless integration.
9 stars
0 tools
Created Aug 2025
@serverless-dna/serverless-dna-mkdocs-search-mkdocs-mcpAbout
Enables AI to search and retrieve content from MkDocs documentation sites by leveraging existing Lunr.js indexes and converting HTML to markdown for seamless integration.
Categories
general
Installation
npm
npm install @serverless-dna/serverless-dna-mkdocs-search-mkdocs-mcp
Configuration
{
"mcpServers": {
"serverless-dna-mkdocs-search-mkdocs-mcp": {
"command": "npx",
"args": [
"-y",
"@serverless-dna/serverless-dna-mkdocs-search-mkdocs-mcp"
]
}
}
}