Documentation Markdown Converter
Provides AI assistants with access to documentation through a configurable server that converts HTML to Markdown and enables auditing of tool calls and returned context.
8 stars
0 tools
Created Aug 2025
@teddylee777/teddylee777-documentation-markdown-converter-mcpdocAbout
Provides AI assistants with access to documentation through a configurable server that converts HTML to Markdown and enables auditing of tool calls and returned context.
Categories
general
Installation
npm
npm install @teddylee777/teddylee777-documentation-markdown-converter-mcpdoc
Configuration
{
"mcpServers": {
"teddylee777-documentation-markdown-converter-mcpdoc": {
"command": "npx",
"args": [
"-y",
"@teddylee777/teddylee777-documentation-markdown-converter-mcpdoc"
]
}
}
}