# Mem MCP Node

> Access Mem MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/memmcp-node

## Content

## Description
Access Mem MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `memmcp_add_note_to_collection`
* `memmcp_answer_question_about_attachment`
* `memmcp_create_collection`
* `memmcp_create_note`
* `memmcp_delete_collection`
* `memmcp_extended_search_notes`
* `memmcp_find_related_notes`
* `memmcp_get_audio_recording`
* `memmcp_get_collection`
* `memmcp_get_note`
* `memmcp_get_note_attachment_download_url`
* `memmcp_list_collections`
* `memmcp_list_notes`
* `memmcp_move_note`
* `memmcp_read_attachment`
* `memmcp_remove_note_from_collection`
* `memmcp_restore_note`
* `memmcp_search_collections`
* `memmcp_search_notes`
* `memmcp_set_note_created_at`
* `memmcp_trash_note`
* `memmcp_update_collection`
* `memmcp_update_note`

## Use Cases
1. **Automate Mem MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.