About Memser
Memser is an MCP server in the Developer Tools category: memory-as-a-Service MCP server. It has been installed 0 times through Conduid.
Tools (5)
consolidate_memories(scope, actor?)Clusters episodic memories, LLM-summarizes each cluster into a semantic fact, marks originals `superseded_by` (kept, not deleted). Also runs on a schedule.
Takes no parameters.
forget_memory(scope, memory_id?, tier?, tags?, actor?)Cascading delete across Redis + Postgres, with an audit-log snapshot written before deletion.
Takes no parameters.
list_memories(scope, tier?, tags?, ...)Audit/debug listing, no ranking.
Takes no parameters.
recall_memory(query, scope, k?, tags?, actor?)Hybrid search: working tier + vector similarity over episodic/semantic, ranked by similarity + recency + frequency + confidence.
Takes no parameters.
store_memory(content, scope, tags?, source?, ttl_seconds?, actor?)Write a memory. `ttl_seconds` → working tier (Redis); omitted → durable episodic tier (Postgres), with dedup/conflict resolution against existing memories in scope.
Takes no parameters.
Install
git clone https://github.com/masikgit/memserThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Memser
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.