Homebrew Tab for Asanagi AMI
Find a file
2026-08-17 18:29:45 -04:00
Formula feat: initialize homebrew tap for AsanagiDB v1.0.3 suite 2026-08-17 18:29:45 -04:00
README.md feat: initialize homebrew tap for AsanagiDB v1.0.3 suite 2026-08-17 18:29:45 -04:00

Homebrew Tap for AsanagiDB Suite

Official Homebrew tap for installing the AsanagiDB suite on macOS and Linux.

Included Binaries

  • asanagidb: High-performance graph memory database engine in Zig.
  • asanagidb-mcp: Embedded Model Context Protocol (MCP) server.
  • asna: Command-line administration & query utility.
  • asanagidb-admin: Desktop administration GUI.

Quick Start Installation

# Add the AsanaSoft tap repository:
brew tap asanasoft/tap https://git.asanasoft.com/alopez/homebrew-tap

# Install the AsanagiDB suite:
brew install asanagidb

Quick MCP Setup (Claude Desktop / Cursor / Antigravity)

Add the following to your mcpServers configuration:

{
  "mcpServers": {
    "asanadb": {
      "command": "asanagidb-mcp",
      "args": ["--db-path", "~/.asanagi/memory"]
    }
  }
}

License Activation

To request or activate your free community license, visit https://asanagi.ai/#license.