Files
cursor__plugins/third_party/mem
Cursor Agent 5316c39a47 Add Mem third-party MCP plugin
Mem ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:52 +00:00
..
2026-08-25 06:29:52 +00:00
2026-08-25 06:29:52 +00:00
2026-08-25 06:29:52 +00:00
2026-08-25 06:29:52 +00:00
2026-08-25 06:29:52 +00:00

Mem

Cursor plugin that connects agents to Mem through Mem's official remote Model Context Protocol server.

Capture, search, and organize notes and collections in Mem using semantic search, straight from the editor.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Mem.
  3. Click Install, then complete the Mem sign-in prompt.

Or run /add-plugin mem in chat.

MCP

{
  "mcpServers": {
    "mem": {
      "type": "http",
      "url": "https://mcp.mem.ai/mcp"
    }
  }
}

Auth is OAuth. Cursor prompts for Mem sign-in when the plugin connects.

What agents can do

Category Capabilities
Notes Get, list, search, create, update, trash, restore, and delete notes
Collections Create and search collections, and add or remove note membership
Attachments Work with attachments and audio recordings

The hosted runtime is the source of truth for tool names and schemas.

Notes

  • Tool calls run as the Mem user who authorizes the connection.
  • Mem enforces usage quotas. Hitting them returns HTTP 429 with a UsageQuotaExceeded or CommercialUsageLimitRejection payload.
  • An unauthenticated request to the endpoint failing is expected — Mem documents this as normal behaviour, not a broken connection.

Docs

Logo is Mem's official mark, from the mem-labs GitHub organization.

License

MIT