Memory-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMBEDDING_DIM | No | Embedding dimensions | 1024 |
| GOOGLE_API_KEY | No | Google Gemini API key (required if using Google as embedding provider or for LLM judge) | |
| EMBEDDING_MODEL | No | Embedding model name | qwen3-embedding:0.6b |
| OLLAMA_BASE_URL | No | Ollama API endpoint | http://localhost:11434 |
| EMBEDDING_PROVIDER | No | Embedding provider to use: 'ollama' or 'google' | ollama |
| LANCEDB_MEMORY_PATH | No | Database location for storing memories | ~/.memory-mcp/lancedb-memory |
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_saveA | Save a memory with semantic embedding. Use after learning something valuable. |
| memory_recallA | Hybrid search (vector + BM25) across ALL projects with neural reranking. |
| memory_recall_projectA | Hybrid search in CURRENT project only with neural reranking. |
| memory_deleteA | Delete a memory by ID. |
| memory_updateA | Update an existing memory. |
| memory_statsA | Get memory system statistics - total, by category, by project. |
| memory_healthA | Get memory system health status - indexes, database size, configuration. |
| memory_session_startA | Get project context at session start: recent memories + AI summary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| memory_stats_resource | Memory statistics as a read-only resource. |
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/wb200/memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server