Skip to main content
Glama

Related Servers

Alternatives to mnemos

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      Persistent memory for AI agents as a single Go binary: hybrid recall, self-building knowledge graph, and a live TUI dashboard. Zero infra, offline-first — works with Claude Code, Cursor, Codex, OpenCode, and any MCP client.
      5
      472
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Governed multi-agent memory for AI agents. Hybrid markdown + SQLite store with full-text search, vector retrieval, and LLM reranking. Three transports: MCP stdio, HTTP JSON-RPC, and MCP SSE. One Go binary
      1
      Apache 2.0
    • A
      license
      Not graded
      quality
      A
      maintenance
      Local-first persistent memory for coding agents and MCP clients. It keeps important project context across sessions and reduces wasted tokens by retrieving only relevant memories instead of replaying unnecessary history.
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Persistent long-term memory for AI coding assistants. Local SQLite, no cloud - 16 MCP tools to store, search, relate, and consolidate typed memories with a confidence lifecycle, hybrid BM25 + semantic search, namespaces, a knowledge graph, and a built-in OS keychain credential vault.
      19
      4
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Local-first memory daemon for AI coding agents that captures session transcripts, distills typed memories (decisions, facts, lessons, commands, todos), and serves them via hybrid search through MCP tools.
      88 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Provides persistent memory for AI coding agents via MCP, enabling agents to store and semantically recall facts, events, and lessons across sessions, all running locally without cloud dependencies.
      Apache 2.0

    TDQS

    B3.4/5.0

    Scored across 10 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: CRUD operations (store, get, update, delete), search, maintenance, relation creation, context assembly, compilation, and runtime info. No two tools overlap in functionality, ensuring an agent can easily select the correct tool.

    Naming Consistency4/5

    All tools follow a consistent 'mnemos_' prefix with an underscore-separated verb or noun. Most use imperative verbs (compile, delete, get, maintain, relate, search, store, update), while 'context' and 'runtime' are nouns. This minor inconsistency prevents a perfect score.

    Tool Count5/5

    With 10 tools, the surface is well-scoped for a memory/knowledge server. It covers essential CRUD, search, maintenance, relations, and advanced features like compilation and context assembly without being overwhelming or sparse.

    Completeness4/5

    The tool set covers the full memory lifecycle (create, read, update, soft-delete) plus advanced operations (compile, context, relate, maintain, runtime). Minor gaps include missing batch operations or explicit undo for soft-delete, but the core domain is well-served.

    Maintenance

    ActivityStale
    ResponsivenessNo issues