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
0
View on GitHub

Installation

npx -y hannesrudolph/mcp-ragdocs

Configuration

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

GitHub: https://github.com/hannesrudolph/mcp-ragdocs

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub