HytaleModdingRAG

DanielVelezV/HytaleModdingRAG
★ 0 stars Python AI/LLM Updated today
AI-powered knowledge base for Hytale server modding — MCP server with RAG pipeline, mod scaffolding, and CLI
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install hytalemoddingrag

README Excerpt

<p align="center"> <img src="https://img.shields.io/badge/Hytale-Modding_RAG-00C2FF?style=for-the-badge&labelColor=1a1a2e" alt="Hytale Modding RAG"/> <img src="https://img.shields.io/badge/MCP-Server-8B5CF6?style=for-the-badge&labelColor=1a1a2e" alt="MCP Server"/> <img src="https://img.shields.io/badge/Python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white&labelColor=1a1a2e" alt="Python 3.10+"/>