ariadna

Sangaroth/ariadna
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
MCP server for RAG over a curated knowledge corpus, decoupled from the LLM. Hot path realtime + cold path overnight. Queryable from any MCP client (Mattermost, Claude Desktop, etc.)
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": {
    "ariadna": {
      "command": "uvx",
      "args": [
        "ariadna"
      ]
    }
  }
}

Or install with pip: pip install ariadna

README Excerpt

> Hilo que guía por el laberinto del conocimiento acumulado. **⚠ Prototipo en desarrollo activo.** Servidor MCP de RAG sobre un corpus YouTube saneado, integrado con Mattermost AI plugin. Pipeline operativo end-to-end; refactor multi-proyecto en plan (no ejecutado todavía). El usuario interactúa con cualquier LLM (GPT, Claude, Grok, Gemini, local) en Mattermost; al fondo, el MCP server resuelve consultas semánticas sobre la wiki estructurada y los chunks RAG del corpus.

Tools (1)

cancel_request