Mehmet Ali Çalapverdi84 downloadsSearch, filter, and browse the memory records the memorry MCP server syncs into your vault, from a dedicated sidebar pane.
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'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:
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.
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:
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.
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-memorrytomemorry(Obsidian's review guidelines discourage "obsidian" in plugin ids). Rename the plugin folder tomemorry— or delete the old folder and install fresh — otherwise Obsidian will list it twice.
npm install
npm run build # type-checks with tsc, then bundles with esbuild -> main.js
MIT