github agentic-box/memora v0.2.2
v0.2.2: Live Graph Server

latest releases: v0.2.28, v0.2.27, v0.2.26...
5 months ago

Auto-starts HTTP server alongside MCP server to serve the knowledge graph visualization on-demand.

Features

  • Starts automatically on MCP server startup (port 8765 default)
  • Configurable via MEMORY_MCP_GRAPH_PORT env var
  • Skips if port already in use (prevents duplicate servers)
  • Disable with --no-graph flag
  • Graph regenerates on each page load (always current data)

Remote Access via SSH

ssh -L 8765:localhost:8765 user@remote
# Open http://localhost:8765/graph in your browser

Don't miss a new memora release

NewReleases is sending notifications on new releases.