agent-memory-os
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_MEMORY_AGENT_ID | No | The agent identity for memory ownership |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_addA | Store a durable memory that will survive across sessions. |
| memory_searchA | Recall memories relevant to a query, ranked best-first. |
| memory_context_packA | Build a prompt-ready, token-budgeted block of the most relevant memories. |
| memory_linkA | Create a directed association between two existing memories. |
| memory_recall_feedbackA | Report whether recalled memories were helpful, to tune future ranking. |
| memory_updateA | Update fields of an existing memory in place (keeps the same id). |
| memory_shareA | Change who can read an existing memory (share it, or make it private again). |
| memory_consolidateA | Merge duplicate memories and synthesize concept memories (housekeeping). |
| memory_offload_contextA | Park the agent's working context as a restorable snapshot (offload). |
| memory_orchestrate_contextA | Assemble a rich, budget-aware context block for a task. |
| memory_snapshot_diffA | Show what changed between a session's two most recent context snapshots. |
| memory_reload_contextA | Restore a previously offloaded working-context snapshot (reload). |
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/yamantaka520/Agent-Memory-OS'
If you have feedback or need assistance with the MCP directory API, please join our Discord server