Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Memoria — Agent Memory SidebarNew to Visual Studio Code? Get it now.
Memoria — Agent Memory Sidebar

Memoria — Agent Memory Sidebar

Daniel Guerrera

| (1) | Free
See what Claude Code remembers about your projects — browse, search and curate all agent memory files from one sidebar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Memoria — Agent Memory Sidebar

A tiny VS Code extension that adds an Activity Bar view to browse the markdown files your AI coding agent keeps about your projects.

Designed for Claude Code's auto-memory system (files under ~/.claude/projects/<slug>/memory/), but works with any tool that follows the same on-disk layout.

Memoria sidebar showing Project / Scratchpad / Memories groups with frontmatter descriptions

Features

  • 📎 Dedicated Activity Bar icon — one click, memory is right there
  • 📁 Workspace-aware: opens the memory folder for the project you're in
  • 🔀 Fallback browser: no workspace open? Browse all projects with memory
  • 🔄 Auto-refresh when memory files change on disk
  • 🗂 MEMORY.md pinned as the index entry, rest sorted alphabetically

How it works

The extension derives the memory folder path from the currently open workspace:

~/.claude/projects/<slug>/memory/

where <slug> is the absolute workspace path with / replaced by - (e.g. /Users/you/Desktop/my-project → -Users-you-Desktop-my-project).

This matches Claude Code's on-disk layout. If your agent uses a different root, point it there via the memoria.memoryRoot setting.

Settings

Setting Default Description
memoria.memoryRoot ~/.claude/projects Root dir containing per-project memory folders

Commands

Command Description
Memoria: Refresh Re-read the memory folder
Memoria: Open MEMORY.md Jump straight to the index file

Install

From the Marketplace: search for Memoria in the Extensions panel.

Or sideload a .vsix:

code --install-extension memoria-0.0.1.vsix

Why

Claude Code (and similar agents) can build up a useful pile of facts about you and your project over many sessions. Those notes already live on disk, but they're buried in a long absolute path you never want to type. This extension just surfaces them.

License

MIT — see LICENSE.


Not affiliated with Anthropic. "Claude" and "Claude Code" are trademarks of their respective owners; this extension simply reads the on-disk memory format that Claude Code produces.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft