Back to MCP Servers
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
knowledge-memoryairag
Installation
npx -y mcp-ragdocsConfiguration
{
"mcpServers": {
"mcp-ragdocs": {
"command": "npx",
"args": ["-y", "mcp-ragdocs"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes