Generic MCP server that exposes Markdown documentation to LLMs, enabling them to search and answer questions about any software documentation.
{
"mcpServers": {
"mcp-docs-1": {
"command": "uvx",
"args": [
"mcp-docs"
]
}
}
}