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.
- Open Cursor Settings → Plugins.
- Search for Mem.
- Click Install, then complete the Mem sign-in prompt.
Or run /add-plugin mem in chat.
{
"mcpServers": {
"mem": {
"type": "http",
"url": "https://mcp.mem.ai/mcp"
}
}
}Auth is OAuth. Cursor prompts for Mem sign-in when the plugin connects.
| 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.
- Tool calls run as the Mem user who authorizes the connection.
- Mem enforces usage quotas. Hitting them returns HTTP 429 with a
UsageQuotaExceededorCommercialUsageLimitRejectionpayload. - An unauthenticated request to the endpoint failing is expected — Mem documents this as normal behaviour, not a broken connection.
- Mem MCP overview: https://docs.mem.ai/mcp/overview
- Setup: https://docs.mem.ai/mcp/setup
- Supported tools: https://docs.mem.ai/mcp/supported-tools
- Server URL: https://mcp.mem.ai/mcp
Logo is Mem's official mark, from the mem-labs GitHub organization.
MIT