Productivity|Development|AI / MLPython

UltraRAG

A Low-Code MCP Framework for Building Complex and Innovative RAG Pipelines

Free
N/A rating (0 reviews)0 installs5,477 GitHub stars
Low-CodeMCP FrameworkRAG Pipelines

UltraRAG is designed to simplify the development of complex RAG (Retrieval-Augmented Generation) pipelines, enabling users to create and deploy solutions with minimal coding. It emphasizes transparency in reasoning and logic, allowing developers to understand and modify every aspect of their applications.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.