mem9 MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEM9_API_KEY | Yes | API key for authentication (also serves as tenant ID) | |
| MEM9_API_URL | No | mnemo-server base URL | https://api.mem9.ai |
| MEM9_AGENT_ID | No | Agent identifier | auto-detected |
| MEM9_LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| MEM9_TIMEOUT_MS | No | HTTP request timeout (ms) | 10000 |
| MEM9_SEARCH_LIMIT | No | Default search result limit | 10 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_storeA | Store a new memory. The content will be processed asynchronously by the memory service (fact extraction and reconciliation) — it is not stored verbatim and may take a few seconds to become searchable. Use this when you learn something worth remembering: user preferences, project conventions, important decisions, recurring patterns, or any context that would be useful in future sessions. Do NOT store trivial or transient information like current file paths, temporary debug notes, or information that only matters in the current session. Note: the response does not include the stored memory's ID. If you need to update or delete a memory you just stored, use memory_search to find it first. |
| memory_searchA | Search your memory for relevant information. Use this at the start of a task to recall relevant context, when you need to check if something was previously discussed, or when the user references past work. Supports both semantic (meaning-based) and keyword search. |
| memory_getA | Retrieve a specific memory by its ID. Use this when you have a memory ID from a previous search and need the full content. |
| memory_updateA | Update an existing memory. Use this when information has changed, needs correction, or should be enriched with additional context. Provide the memory ID and at least one field to update. This is a direct field update — content is NOT re-processed through reconciliation. |
| memory_deleteA | Delete a memory that is no longer relevant or accurate. Use this to clean up outdated information. This action is irreversible. |
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/you06/mem9-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server