Skip to main content
Glama

Related Servers

Alternatives to repo-memory

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Provides MCP tools that give AI agents persistent, append-only memory in a git repository, letting them record observations, decisions, and corrections while retrieving context briefs, current facts, conflicts, and traceable event history without a vector database.
      4 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Exposes a repo's historical engineering memory (decisions, landmines, guardrails) via MCP tools for AI coding agents.
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      Provides AI agents with a local SQLite-backed memory store plus read-only Git tools, enabling them to save, search, update, and retrieve project decisions and context, and to inspect repository status, diffs, branches, and commit history through MCP. Everything runs offline on the user's machine with no cloud database or telemetry.
      14
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Offline-first, persistent repository memory for coding agents. Provides MCP tools for repository scanning, searching, context, and impact analysis, helping agents navigate and edit code efficiently.
      Apache 2.0

    TDQS

    A4/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a distinct purpose: recording decisions, facts, gotchas, retrieving all memory, or listing facts. No overlapping functionality.

    Naming Consistency5/5

    All tools follow a consistent verb_noun snake_case pattern (add_decision, add_fact, add_gotcha, get_repo_memory, list_facts).

    Tool Count5/5

    Five tools is well-scoped for a memory server covering add and retrieve operations without excess or insufficiency.

    Completeness4/5

    Covers adding and retrieving decisions, facts, and gotchas. However, lacks update or delete functionality, which would be useful for managing memory.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues