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

Memanto

Moorcheh.ai15 downloads

Sync your agents' memory estate into the vault as Markdown, and recall or question it from a side pane.

Add to Obsidian
Memanto screenshot
Memanto screenshot
Memanto screenshot
Memanto screenshot
Memanto screenshot
  • Overview
  • Scorecard
  • Updates2

Browse, search and ask questions about your agents' memory from inside Obsidian.

Memanto stores what your coding agents learn (decisions, preferences, facts and mistakes) from tools like Claude Code, Cursor and Codex. This plugin brings those memories into your vault as Markdown notes and adds a chat sidebar for searching them.

Features

Sync memories into the vault. Each memory becomes a note with frontmatter for its type, confidence and provenance, so you can query them with Dataview:

```dataview
TABLE x_memanto.confidence AS Confidence, x_memanto.provenance AS Source
FROM "Memanto"
WHERE type = "decision"
SORT file.name
```

If you edit a synced note, later syncs leave it alone and list the files they skipped.

Chat in the sidebar. Pick an agent, then choose a mode:

  • Recall lists matching memories with their type, confidence, provenance and date. You can also view the most recent memories, memories as of a date, or what changed since a date.
  • Answer gives a written reply based on the stored memories.

Any result can be copied or inserted into the note you're editing.

Requirements

  • Obsidian 1.7.2 or newer, on desktop. The chat needs a Memanto server running on 127.0.0.1, which mobile can't reach. Synced notes are plain Markdown and open fine on mobile.
  • Memanto, which needs Python 3.11 or newer.

Setup

The plugin doesn't install anything. It checks what's already on your machine and shows the commands for anything missing, each with a copy button. Open them any time with Memanto: Setup steps in the command palette.

If Memanto is already set up, there's nothing to configure. The plugin reads your API key from ~/.memanto/.env and your active agent from ~/.memanto/config.yaml.

To start from scratch, run two commands. The plugin starts the server for you.

pip install memanto          # or: uv tool install memanto / pipx install memanto
memanto                      # choose a backend and enter your key

The cloud backend needs a free key from console.moorcheh.ai/api-keys (100,000 operations, no card required). The on-prem backend needs no key and runs locally through Docker.

Commands

Command What it does
Memanto: Open chat Opens the chat sidebar. Also available from the ribbon.
Memanto: Sync memories to vault Exports memories and writes them into your sync folder.
Memanto: Start server Tries to start the server again after a failure.
Memanto: Setup steps Shows the install steps with copyable commands.

Network use and privacy

The plugin only connects to a Memanto server on your own machine at 127.0.0.1.

That server connects to Moorcheh only if you chose the cloud backend, in which case your memories are stored there. With the on-prem backend, nothing leaves your machine. Run memanto config show to check which backend you're using.

Your API key is read from ~/.memanto/.env. The plugin never saves it in the vault, because vault files can sync to other devices and git remotes.

The plugin doesn't send your notes to Memanto. Only what you type into the chat is sent.

The server

When Obsidian opens, the plugin starts its own memanto serve on a free port, using the memanto executable on your PATH. It stops that server when Obsidian closes. If you run memanto serve yourself on any port, the plugin doesn't use or stop it. Each open vault gets its own server.

If Obsidian crashes before stopping the server, the next launch reuses that server and stops it when you close Obsidian.

To use a server you run yourself, set Server to Connect to my own server in settings. The plugin then uses the address in ~/.memanto/config.yaml.

Sessions

Memanto allows one session per agent. Starting a new session signs out every other client using that agent, including the CLI and your coding agents. To avoid this, the plugin reuses the agent's current session and only starts a new one when the agent doesn't have one.

Building from source

npm install
npm run build      # typechecks, then bundles to main.js
npm run dev        # rebuilds on every change

Copy main.js, manifest.json and styles.css into <vault>/.obsidian/plugins/memanto/, then enable the plugin under Community plugins.

Licence

MIT. See LICENSE.

HealthExcellent
ReviewSatisfactory
About
Browse, search and ask questions about your coding agents' memories directly in Obsidian. Sync memories as Markdown notes with frontmatter for Dataview queries and use the chat sidebar to recall matches, inspect recent or date-based memories, and generate answers you can copy or insert into your notes.
AISidebarSearch
Details
Current version
1.0.2
Last updated
3 days ago
Created
Last week
Updates
2 releases
Downloads
15
Compatible with
Obsidian 1.7.2+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Moorcheh.aimoorcheh
moorcheh.ai/
Xmoorcheh_ai
  1. Community
  2. Plugins
  3. AI
  4. Memanto

Related plugins

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.

Tag Wrangler

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

Semantic Notes Vault MCP

Give Claude Desktop and other AI assistants semantic access to your notes through a built-in Model Context Protocol (MCP) server.

Claude Sidebar

Run Claude Code in your sidebar.

Smart Lookup

Semantic search for your vault. Ask in natural language, find notes by meaning when exact words fail, preview matching notes, and turn forgotten ideas into links, context, and next steps.

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.

Smart Second Brain

Chat with an agent that knows your notes, search by meaning, and see your vault grouped into topics. Runs on Ollama, OpenAI, Anthropic, and more.

AI image analyzer

Analyze images with AI to get keywords of the image.

OpenClaw

Chat with your OpenClaw AI agent in a sidebar. Your vault is the agent's workspace.

Notebook Navigator

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