Productivity11 toolsPaste one API key
Mem integration for AI agents
Mem is a note-taking and knowledge management application that helps users capture, organize, and retrieve information efficiently.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Mem once and call the same tools from all of them.
Setup
Connect Mem through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Mem exposes 11 tools through ClawLink. The 9 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
mem_get_collection | Retrieve the details of a Mem collection by its UUID | Read |
mem_list_collections | List collections with pagination support | Read |
mem_list_notes | List notes with pagination and filtering options | Read |
mem_read_note | Retrieve the content and metadata of a Mem note by its UUID | Read |
mem_search_collections | Search collections using an optional query string | Read |
mem_search_notes | Search notes in Mem using a query string with optional filtering | Read |
mem_create_collection | Creates a new collection in Mem for organizing and grouping related notes | Write |
mem_create_note_v2 | Create a new note with markdown content and optional collection associations | Write |
mem_save_content | Process and remember any raw content using AI | Read |