arcana

aidancorrell/arcana
★ 7 stars Rust 🤖 AI/LLM Updated 26d ago
Agent-first data catalog. MCP server that gives AI agents the context to write correct SQL — semantic search, auto-documentation, lineage-aware retrieval, and a self-improving feedback loop.
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": {
    "arcana": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "arcana"
      ]
    }
  }
}