memory-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | No | Anthropic API key for the Haiku-based extractor. Resolved from environment variable, or else from config files. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_initA | Initialize project memory with name and description. |
| memory_saveA | Save a memory about this project. Records decisions, patterns, architecture, gotchas, progress, or context for future sessions. |
| memory_recallA | Recall all active memories, optionally filtered by type or tags. |
| memory_deleteB | Delete a specific memory by ID. |
| memory_searchB | Search memories by keyword. Returns ranked results matching the query across content and tags. |
| memory_relatedA | Get all memories related to specific tags/areas. Use to explore a topic in depth. |
| memory_askA | Ask a question and get an answer synthesized from project memories. Like RAG over your project knowledge. |
| memory_consolidateA | Manually trigger memory consolidation. Merges duplicates, removes outdated memories, keeps memory sharp. |
| memory_consciousnessA | Generate the full consciousness document. This is what gets written to CLAUDE.md. |
| memory_statsA | Show memory statistics: counts by type, active/archived/superseded, last consolidation. |
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/yuvalsuede/memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server