# Mem0 MCP Node

> Access Mem0 MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `mem0mcp_add_memory`
* `mem0mcp_delete_all_memories`
* `mem0mcp_delete_entities`
* `mem0mcp_delete_memory`
* `mem0mcp_get_event_status`
* `mem0mcp_get_memories`
* `mem0mcp_get_memory`
* `mem0mcp_list_entities`
* `mem0mcp_list_events`
* `mem0mcp_search_memories`
* `mem0mcp_update_memory`

## Use Cases
1. **Automate Mem0 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.