mcpserver.lol
registry/gnosem
Connection check verified live · 27h ago

gnosem

Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

6 tools

Read from the running server on 27h ago.

memory_forget id*
Soft-delete a memory by id. The row is retained for audit but excluded from search/list and removed from the vector index.
memory_list rawtagslimitsinceuntilcursor +2
List the user's most recent memories in reverse chronological order. Use for browsing or catching up on what the user's other model sessions have written recently. Same content/con…
memory_search krawmodetagsquery*since +3
Search the user's memories. Default mode is 'hybrid': blends semantic (cosine over Vectorize) and keyword (BM25 over SQLite FTS5) hits via Reciprocal Rank Fusion (k=60). Semantic c…
memory_supersede tagsold_id*session_idwritten_bynew_content*
Replace a stale memory with a corrected one. The old row is marked superseded and excluded from future reads; the new row becomes the current version. Use for corrections; use memo…
memory_write tagsforcecontent*session_idwritten_byno_optimize
Save a fact, preference, decision, or note to the user's cross-model memory. Any MCP client can read this back later. Include written_by (e.g. 'claude-code', 'gpt-5', 'kimi-k2') fo…
memory_write_bulk memories*
Write up to 50 memories in a single call. Each entry runs the same path as memory_write (semantic dedup by default; pass force:true per-entry to skip). Embeddings + optimizations r…