Components
Admin UI
A native desktop application for browsing and managing your AsanagiDB graph. Built with Flutter. Connect it to a running AsanagiDB-mcp instance.
Features
Graph Explorer
Browse vertices and edges with a live graph view. Resizable split between list and detail panels.
Node Management
Create, edit, and delete nodes with confirm dialogs. Accent colors for node type distinction.
Import / Export
Bulk import from CSV, GraphSON, and APOC format. Export the full graph to JSON.
Connecting
The Admin UI connects to AsanagiDB-mcp. Start the MCP server first, then open the Admin UI and enter http://localhost:8080 (or your configured port). The Admin UI is available for macOS. Linux
and Windows versions are coming soon.