Show HN: Memva – A Multi-Session Manager for Claude Code

npmjs.com

1 points by mbm 11 hours ago

Fun little passion project. I was interested in seeing what it would be like to manage Claude Code sessions from a browser. Overall - pretty impressed with running Claude Code headlessly.

It's hard to beat in the in-terminal experience, but this is still neat for running web research or coding up smaller, more simple features.

Screenshot of the homepage UI: https://raw.githubusercontent.com/mzxrai/memva/main/screensh...

Some info on the app:

- Spawns Claude Code via the command line in headless mode

- Has an embedded MCP server that allows Claude Code to send over permissions requests

- Has custom components for displaying various tool calls & associated results

- Uses sqlite for event storage

- Embedded custom-developed jobs system for managing parallel Claude Code sessions

- Global settings for max turns & permissions mode that can be overridden within each session (shift-tab within a session to change perms mode)

- Session archival

Other info:

- NO telemetry, user data collection, or data out to the internet

- NO email or auth required

- MIT license