agentmem
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_memoryA | Store a new memory. Use when something is worth remembering: a preference, fix, decision, or procedure. |
| search_memoryA | Full-text search across all active memories. Returns results ranked by relevance, trust status, and recency. Deprecated and superseded memories are excluded automatically. |
| recall_memoryA | Get the most relevant memories for a topic, fitted to a token budget. Use at the start of a task to load context. |
| update_memoryA | Update the title, content, tags, or confidence of an existing memory. Use when a rule changes, a fix gets refined, or new context applies to an existing memory. |
| delete_memoryA | Permanently delete a memory by ID. Prefer deprecate_memory for memories that were once true but are no longer. Only delete memories that were created in error or contain incorrect information. |
| list_memoriesA | List all memories, optionally filtered by type. Returns memories sorted by most recently created. Use to browse what the memory system knows about a topic or to audit stored rules. |
| save_sessionA | Save current session state before conversation ends or context compresses. Capture: what's in progress, what's blocked, what's done, decisions made. The next agent instance loads this automatically. |
| load_sessionA | Load the most recent session state. Call this at the start of a conversation to pick up where the last instance left off. |
| promote_memoryB | Promote a memory's trust level: hypothesis -> active -> validated. Use when evidence confirms a memory is true. |
| deprecate_memoryA | Mark a memory as deprecated. It will be excluded from search/recall but kept for history. Use when a rule or fact is no longer true. |
| supersede_memoryB | Replace an old memory with a new one. Old memory is marked superseded and linked to the replacement. |
| memory_healthA | Run a health check on the memory system. Returns: score (0-100), conflict count, stale count, status distribution. Use to audit memory quality. |
| memory_conflictsA | Detect contradictions between active memories. Returns pairs of memories that assert and negate the same topic. |
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/Thezenmonster/agentmem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server