Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.memanto.ai/llms.txt

Use this file to discover all available pages before exploring further.

memanto ui

Launch the interactive web dashboard. Provides UI for managing agents, memories, and sessions.
memanto ui [OPTIONS]
Options:
OptionDefaultDescription
--host TEXT0.0.0.0Server host address
--port INTEGER3000Dashboard port
Examples: Launch dashboard on default port:
memanto ui
Launch on custom port:
memanto ui --port 8080
Output:
✓ Dashboard started at http://localhost:3000
✓ Opening browser...
Automatically opens browser to dashboard. Dashboard Features:
  • View all agents
  • Create and view agents
  • Manage sessions
  • Store memories (UI form)
  • Search/recall memories
  • View memory statistics
  • Monitor daily summaries
  • View conflicts
Use Cases:
  • Visual memory management
  • Agent monitoring
  • Non-technical team members
  • Quick testing
Note: Server must be running (memanto serve) for dashboard to function.