stagenth · AI 记忆库
Server Details
Hosted persistent memory with semantic search, importance and TTL for AI agents.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 63.2% over 38 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 5 tools
Each tool has a clearly distinct role: add creates, delete removes, list enumerates, search queries semantically, and update modifies existing memories. There is no meaningful overlap between the five operations.
All tools follow the same `memory_<verb>` pattern with simple, descriptive verbs: add, delete, list, search, update. The naming convention is uniform and predictable.
Five tools is a well-scoped size for a memory store, covering the essential operations without unnecessary bloat. Each tool earns its place and the count feels natural for the server's purpose.
The toolkit provides full CRUD coverage plus semantic search, which is the core requirement for a persistent memory system. There are no obvious dead ends: add, read/search, update, and delete are all present and work together.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- Changed
memory_add2 fields changed- added
Input schema / properties / importanceAdded value: +{ + "default": 0, + "description": "重要度 0-5(检索排序加权,默认 0)", + "maximum": 5, + "minimum": 0, + "title": "Importance", + "type": "integer" +} - added
Input schema / properties / ttl_daysAdded value: +{ + "default": 0, + "description": "保留天数,0=永久;到期自动清理(临时上下文适用)", + "maximum": 3650, + "minimum": 0, + "title": "Ttl Days", + "type": "integer" +}
- Changed
memory_search2 fields changed- added
Input schema / properties / modeAdded value: +{ + "default": "auto", + "description": "auto=语义检索(嵌入离线自动降级关键词)/ semantic=强制语义 / keyword=纯关键词", + "title": "Mode", + "type": "string" +} - changed
Input schema / properties / query / descriptionPrevious value: -"检索关键词;空格分隔多个词=AND 逐词匹配 content/tags"New value: +"检索内容:自然语言描述(语义匹配)或关键词(空格分隔=AND)"
- Changed
memory_update2 fields changed- added
Input schema / properties / importanceAdded value: +{ + "anyOf": [ + { + "maximum": 5, + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ], + "default": null, + "description": "新重要度 0-5;缺省不改", + "title": "Importance" +} - added
Input schema / properties / ttl_daysAdded value: +{ + "anyOf": [ + { + "maximum": 3650, + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ], + "default": null, + "description": "重设保留天数(从现在起算),0=改为永久;缺省不改", + "title": "Ttl Days" +}
5 tool updates
- First observed
memory_add - First observed
memory_delete - First observed
memory_list - First observed
memory_search - First observed
memory_update
Related MCP Connectors
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.
Persistent memory and vector search for AI agents. Hosted, OAuth-protected via Google sign-in.
Persistent cloud memory for AI agents. Store and search key-value memories across sessions.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides persistent memory storage for AI agents with full-text search, tagging, and importance levels, enabling agents to store and retrieve memories efficiently.MIT
- AlicenseAqualityAmaintenanceProvides persistent, searchable memory for AI agents, enabling them to retain, recall, and reflect on information across conversations.1919 PyPI1MIT
- AlicenseNot gradedqualityBmaintenanceProvides durable memory for AI agents with structured storage, semantic search, OAuth authentication, and lifecycle controls.11Apache 2.0
- AlicenseNot gradedqualityDmaintenancePersistent memory for AI agents. Store and semantically search memories via REST API or MCP. Free tier available.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.