trios-mcp-rag

gHashTag/trios-mcp-rag
★ 0 stars Rust 🗄️ Database Updated 2d ago
MCP server: RAG over PostgreSQL (GOLDEN CHAIN chapters) — 5 tools for AI agents
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trios-mcp-rag": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "trios-mcp-rag"
      ]
    }
  }
}