knowledge & memory
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
python
local
knowledge & memory
Installation
npx -y hannesrudolph/mcp-ragdocsConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mcp-ragdocs",
"command": "npx",
"args": [
"-y",
"hannesrudolph/mcp-ragdocs"
]
}About This MCP Server
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
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub