ragatool

rykhalskyi/ragatool
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
RAG + MCP Server for local use
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ragatool": {
      "command": "uvx",
      "args": [
        "ragatool"
      ]
    }
  }
}

Or install with pip: pip install ragatool