Memory Box MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SYSTEM_PROMPT | No | Custom system prompt for formatting memories | |
| DEFAULT_BUCKET | No | The default bucket to use when saving memories | General |
| MEMORY_BOX_TOKEN | Yes | Your authentication token for Memory Box | |
| MEMORY_BOX_API_URL | No | The URL of your Memory Box instance | https://memorybox.amotivv.ai |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_memoryC | Save a memory to Memory Box |
| search_memoriesB | Search for memories using semantic search |
| get_all_memoriesC | Retrieve all memories with pagination support |
| get_bucket_memoriesC | Get memories from a specific bucket |
| get_related_memoriesC | Find semantically similar memories to a specific memory |
| check_memory_statusC | Check the processing status of a memory |
| get_usage_statsB | Retrieve user usage statistics and plan information |
| get_bucketsB | Retrieve a list of all available buckets |
| create_bucketC | Create a new bucket for organizing memories |
| delete_bucketA | Delete a bucket (empty by default, use force to delete with content) |
| update_memoryC | Update an existing memory including text, bucket, and relationships |
| delete_memoryC | Delete a specific memory |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amotivv/memory-box-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server