memva

1 min read Original article ↗

0.1.9 • Public • Published

Memva

Multi-session manager for Claude Code.

Memva UI

What Is It?

Memva makes it easier to manage multiple Claude Code sessions running in parallel. See a birds'-eye view of all your active sessions at once, and quickly jump into any session to manage or review its work.

Memva uses your existing Claude Code installation and configuration - no additional setup required.

Quick Start

This starts the web server on port 7823 and opens Memva in your browser. You're ready to go!

Features

  • Manage multiple coding sessions in parallel
  • Track conversation history across sessions
  • Archive and resume sessions
  • Permission control for AI interactions
  • Local data storage
  • Manage both global & per-session settings
  • Image support via drag-&-drop
  • No telemetry; no data collection; no email or auth required

Requirements

  • Node.js 18+

Tested Platforms

  • macOS 15.5

Data Storage

  • Database: ~/.memva/memva-prod.db (SQLite)
  • Images: ~/.memva/tmp/

Tech Stack

  • React 19
  • React Router v7
  • Embedded Node.js MCP server for receiving MCP calls from Claude Code

License

MIT

Questions?

Questions or find a bug? Email matt@premva.com.