
CodeRAG
Supports UIby ktcadmium
Semantic documentation search for AI assistants, providing instant access to up-to-date technical docs without hallucinations.
What it does
CodeRAG enables AI coding assistants like Claude and Cursor to access real-time, accurate documentation through semantic search. It eliminates the problem of outdated training data and API hallucinations by indexing specific documentation sites and making them available as a context source.
Tools
search_docs: Perform semantic searches across indexed documentation with filters for content type and source.list_docs: Retrieve a list of all currently indexed documentation sources.crawl_docs: Index new documentation URLs with options for single page, section, or full site crawls.manage_docs: Perform maintenance on the documentation database, including deleting, expiring, or refreshing content.reload_docs: Force a refresh of the document database from disk.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"coderag": {
"command": "/usr/local/bin/coderag-mcp",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
sudo curl -L https://github.com/ktcadmium/coderag/releases/latest/download/coderag-mcp-macos-arm64 -o /usr/local/bin/coderag-mcp && sudo chmod +x /usr/local/bin/coderag-mcpInformation
- Pricing
- free
- Published
- 5/3/2026





