Official Cursor plugin for Vertiso Memory: add the remote, user-owned memory MCP server plus the session skills in one step. Durable recall, hybrid search, and cross-session handoffs and checkpoints, with browser OAuth and no API key to paste.
After marketplace publication, open Cursor and run:
/add-plugin vertiso-memory
This installs the remote MCP configuration and all four session skills:
checkpoint, handoff, handoff-resume, and wrap-up.
For pre-publication testing from a fresh clone of this repository, copy the plugin payload into Cursor's local plugin directory:
mkdir -p ~/.cursor/plugins/local
cp -R vertiso-memory ~/.cursor/plugins/local/vertiso-memoryUse a physical copy. Cursor rejects a symlink whose target is outside its local plugin directory. Restart Cursor or run Developer: Reload Window.
For reliable memory, add a bootstrap instruction to your Cursor Rules (a User Rule or a project rule):
Start each session by registering with the Vertiso Memory
hellotool. Always use Vertiso Memory (aka vmem) as my persistent memory store.
Cursor reads vertiso-memory/.cursor-plugin/plugin.json. The matching
vertiso-memory/.plugin/plugin.json file is a compatibility copy for tooling
that implements the vendor-neutral Open Plugins layout. The two files are
intentionally byte-for-byte identical, and the upstream release checks reject
any drift between them. Make manifest changes only in the canonical source
repository; both generated copies are overwritten on publish.
Vertiso Memory stores information you choose to preserve for future recall. When
you invoke checkpoint, handoff, or wrap-up, you ask your AI client to
send selected conversation and work context to Vertiso Memory. Captures may
include attributed verbatim excerpts when exact wording matters.
The marketplace plugin does not automatically upload complete conversations and does not install a pre-compaction transcript hook. After you invoke a memory skill, it completes the requested capture without asking you to approve each individual excerpt.
You can review, export, archive, and permanently delete stored memories at https://memory.vertiso.ai. Memory skills are instructed to strip detected secrets before composing a capture and never echo them back, but automated detection can miss sensitive material. Do not share passwords, API keys, authentication tokens, payment information, illegal or illicit materials, or information you are not authorized to store. Use appropriate judgment before including confidential, private, sensitive, or third-party information.
Full memory-handling and control details: https://memory.vertiso.ai/trust
MCP only; bundled skills not included. Put this configuration in
~/.cursor/mcp.json for your user or .cursor/mcp.json for one project:
{ "mcpServers": { "vertiso-memory": { "url": "https://memory.vertiso.ai/mcp" } } }A bare URL is sufficient: Cursor reads the protected-resource metadata, runs Dynamic Client Registration, and prompts the browser sign-in. The "Add to Cursor" deeplink at https://memory.vertiso.ai/docs/install is this same MCP-only fallback.
Available worldwide except where prohibited by applicable law or unsupported by our service providers.
MIT. See LICENSE. Copyright (c) 2026 Vertiso Corporation.
Full install and connection docs: https://memory.vertiso.ai/docs/install
Account, authentication, and deletion help: https://memory.vertiso.ai/support
Security policy and private vulnerability reporting: https://memory.vertiso.ai/security