Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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