Mem
Mem

Mem is a note-taking and knowledge management application that helps users capture, organize, and retrieve information efficiently.

Completely Secure
123667VIEWS
2370USERS

Tools

1 of 3

Create Collection

Creates a new collection in Mem for organizing and grouping related notes. Collections are containers that help categorize notes by topic, project, or any organizational scheme. Each collection has a title and optional description. Use this action when you need to: - Create a new organizational container for notes - Set up a project workspace with a descriptive title - Organize notes by category or theme Returns the created collection's details including its unique ID.

Create Note

Tool to create a new note in Mem. Use when you have note content and optional metadata ready to be saved. Supports idempotent creation via memId.

Create Note V2

Tool to create a new note with markdown content and optional collection associations. The first line of content is automatically interpreted as the title. Use when you need to create a note and optionally add it to one or more collections by ID or title.

Delete Collection

Tool to delete a Mem collection. Use after confirming the collection_id you wish to remove.

Delete Note

Tool to delete a specific note. Use when you need to remove a note by its unique identifier after confirming the note_id.

Delete Note (v2)

Tool to delete a specific note by its ID. Use when you need to permanently remove a note using its UUID. Returns a request_id confirming the deletion.