1. Conduid
  2. Developer Tools
  3. Memser
MCP server · Developer Tools

Memser

Memory-as-a-Service MCP server

Unclaimed devtools
34Low

Scored 7 days ago · breakdown

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

Clone
git clone https://github.com/masikgit/memser

This 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

I know everything about Memser. Ask me about installation, configuration, usage, or troubleshooting.

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.
Questions

About Memser

How do I install Memser?

Run git clone https://github.com/masikgit/memser, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Memser safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Memser still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.