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_PORTenv var - Skips if port already in use (prevents duplicate servers)
- Disable with
--no-graphflag - 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