Memanto for VS CodeSearch and ask questions about your agents' memory without leaving the editor. Memanto stores what your coding agents learn (decisions, preferences, facts and mistakes) from tools like Claude Code, Cursor and Codex. This extension puts that memory in the sidebar, so you can look things up while you work and save new ones straight from your code. FeaturesChat sidebar. Pick an agent, then choose a mode:
Any result can be copied, inserted into the file you're editing, or opened as its own tab. Memories tree. Browse an agent's memories grouped by type. Memories load when you expand a type, so opening the view stays fast. Remember a selection. Select code or text, right click, and choose Memanto: Remember selection to save it with a type you pick. Your other agents can recall it afterwards. Export. Write an agent's memories into a folder as Markdown with frontmatter, using Memanto's Open Knowledge Format. Using Memanto with CopilotIf you have GitHub Copilot Chat, Memanto plugs into it in two ways. Neither is required: the sidebar works on its own, and on a VS Code without these APIs the extension skips them. Ask it directly with
Answers come from your stored memories, and each memory is a link that opens as a tab. Let Copilot look things up itself. The extension registers three tools that Copilot's agent mode can call on its own:
So when you ask Copilot to add a feature, it can check what your team already decided and
write code that matches, without you looking anything up. You can also point at the tools
explicitly with Saving asks for confirmation on purpose. Memories are shared with every agent using that Memanto agent, so a model should not fill that estate on its own judgement. Requirements
SetupThe extension installs nothing. It checks what's already on your machine and shows the commands for anything missing, each of which you can copy. Run Memanto: Setup steps from the command palette at any time. If Memanto is already set up, there's nothing to configure. The extension reads your API key
from To start from scratch, run two commands:
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
Settings
Network use and privacyThe extension only connects to a Memanto server on your own machine at 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 Your API key is read from Nothing is sent to Memanto unless you ask for it: what you type into the chat, and any text you explicitly choose to remember. The serverThe first time you use Memanto in a window, the extension starts its own Each window gets its own server. If VS Code exits without stopping one, the next window using the same folder reuses that server instead of starting another. To use a server you run yourself, set SessionsMemanto 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 extension reuses the agent's current session and only starts a new one when the agent doesn't have one. Building from source
Press LicenceMIT. See LICENSE. |