Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

memorry

Mehmet Ali ÇalapverdiMehmet Ali Çalapverdi84 downloads

Search, filter, and browse the memory records the memorry MCP server syncs into your vault, from a dedicated sidebar pane.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

An Obsidian companion plugin for memorry — a local, API-key-free MCP memory server. Adds a dedicated sidebar pane to search, filter, and browse the memory records memorry syncs into your vault.

memorry banner

What it does

The memorry sidebar pane: a search box, a project filter, a pinned section, and the record list

memorry's server already mirrors every memory record into your vault as a Markdown note (with id/project/title/tags/created_at/pinned frontmatter) and links related notes together for the Graph View. This plugin reads those notes directly and gives you:

  • A search box that filters by title, body, tags and project as you type
  • Coloured tag chips — click one to filter by it, click again to clear. Each chip carries its record count, so cluster sizes are visible at a glance
  • A project dropdown to narrow the list to one project
  • A pinned section that always surfaces your 📌 records first
  • Two-line previews so records are distinguishable without opening them
  • A live-updating list (re-scans automatically when notes change)
  • One click to open any record's underlying note

Tag colours are derived from the tag name itself, not a built-in vocabulary — your tags get stable colours whatever language you write them in.

Records written before server v0.5 have no title/tags; they still list fine, falling back to the filename with its numeric id prefix stripped.

What it doesn't do (yet)

This is read-only and vault-native — it parses frontmatter straight out of app.metadataCache, so it works even if the memorry server isn't running. It does not talk to the memorry MCP server over the network, which means:

  • No add/delete/pin-toggle from inside Obsidian (use the MCP tools, or edit frontmatter and let memorry's own sync reconcile it — not currently two-way, so this will drift; treat the vault as a mirror of the DB, not the source of truth)
  • Search is a simple substring match, not memorry's real FTS5/bm25 ranking (no Turkish suffix stripping either — the server matches yedek and yedekleri to the same records, this panel does not)

Implementing an in-plugin MCP client (streamable-http, JSON-RPC) to close that gap is the natural next step — issues/PRs welcome.

Install

Grab main.js, manifest.json, and styles.css from the latest release and drop them into <your-vault>/.obsidian/plugins/memorry/.

Then reload Obsidian (Command palette → "Reload app without saving"), enable memorry under Settings → Community plugins, and open the panel from the ribbon icon or the "Open memorry panel" command.

If you changed the server's Obsidian sync folder from its default, set the matching vault-relative folder name in the plugin's settings.

Upgrading from 0.1.0: the plugin id changed from obsidian-memorry to memorry (Obsidian's review guidelines discourage "obsidian" in plugin ids). Rename the plugin folder to memorry — or delete the old folder and install fresh — otherwise Obsidian will list it twice.

Build from source

npm install
npm run build   # type-checks with tsc, then bundles with esbuild -> main.js

License

MIT

HealthExcellent
ReviewSatisfactory
About
Browse memorry-mirrored memory records in a dedicated sidebar pane, filter by title or project as you type, and surface pinned records at the top. View a live-updating, vault-native read-only list that parses frontmatter from Obsidian's metadata cache and open any record's note with one click.
SidebarSearchProperties
Details
Current version
0.3.0
Last updated
Last month
Created
Last month
Updates
5 releases
Downloads
84
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Mehmet Ali ÇalapverdiMehmet Ali Çalapverdimacbyclp
GitHubmacbyclp
  1. Community
  2. Plugins
  3. Sidebar
  4. memorry

Related plugins

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

Badges

Add inline badges/callouts to notes.

Tags Overview

An extended tags panel where tagged files can be easily viewed, filtered, and accessed.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.