hannesrudolph/mcp-ragdocs
An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context
Quick Start
Clone the repository:
git clone https://github.com/hannesrudolph/mcp-ragdocsClaude Desktop configuration example:
{
"mcpServers": {
"mcp-ragdocs": {
"command": "npx",
"args": [
"-y",
"hannesrudolph/mcp-ragdocs"
]
}
}
}Check the repository README for specific installation and configuration instructions.