Agent Memory Engine
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| project-root | No | Absolute path to the project root (command-line argument) | |
| MEMORY_ENGINE_PROJECT_ROOT | No | Absolute path to the project root (environment variable) |
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 |
|---|---|
| retrieve_agent_contextA | Retrieve the smallest relevant set of persistent memory and grounded project knowledge before non-trivial coding work. Bootstraps the project automatically on first use. |
| inspect_memoryB | Progressively inspect a MemoryNode, its children, relations, and relevant evidence. Use after retrieve_agent_context when more depth is needed on a specific memory. |
| inspect_knowledgeC | Inspect a KnowledgeChunk or source-grounded file range within the target project. Paths are restricted to the project root. Content is redacted before output. |
| reflect_and_writeA | Report a completed validated task to the post-task reflection pipeline. The system decides whether and how to retain knowledge — agents cannot force memory creation directly. Do not call for trivial, failed, reverted, or unverified work. |
| memory_statusB | Return project health, bootstrap state, retrieval mode, memory counts, knowledge index status, and cache state. |
| refresh_project_knowledgeA | Explicit-use only. Trigger a safe incremental rescan of changed project sources. Not needed for normal workflow — indexing runs automatically on bootstrap. Returns a summary of changed, added, and removed sources. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_constraints | |
| get_architecture | |
| get_status | |
| get_recent_incidents | |
| get_memory_tree_summary | |
| get_agent_policy |
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/uudam42/agent-memory-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server