# Memory Box MCP Server

Save, search, and format memories with semantic understanding. Enhance your memory management by leveraging advanced semantic search capabilities directly from Cline. Organize and retrieve your memor…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add amotivv/memory-box-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list amotivv/memory-box-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get amotivv/memory-box-mcp save_memory

# Call a tool
npx -y @smithery/cli@latest tool call amotivv/memory-box-mcp save_memory '{}'
```

## Tools (12)

- `save_memory` — Save a memory to Memory Box
- `search_memories` — Search for memories using semantic search
- `get_all_memories` — Retrieve all memories with pagination support
- `get_bucket_memories` — Get memories from a specific bucket
- `get_related_memories` — Find semantically similar memories to a specific memory
- `check_memory_status` — Check the processing status of a memory
- `get_usage_stats` — Retrieve user usage statistics and plan information
- `get_buckets` — Retrieve a list of all available buckets
- `create_bucket` — Create a new bucket for organizing memories
- `delete_bucket` — Delete a bucket (empty by default, use force to delete with content)
- `update_memory` — Update an existing memory including text, bucket, and relationships
- `delete_memory` — Delete a specific memory

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get amotivv/memory-box-mcp <tool-name>
```

---

Source: https://github.com/amotivv/memory-box-mcp | License: MIT
