Skip to main content
Glama
Mobai-read

SciTrace MCP Server

by Mobai-read

Related Servers

Alternatives to SciTrace MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables AI agents to persist and retrieve structured thinking graphs using SQLite-backed memory with support for CRUD operations, graph search, and path finding.
      1
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Gives AI coding agents persistent memory by storing observations, decisions, and learnings in a local SQLite database with vector search, full-text search, and a rules engine.
      4
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to track, search, and retrieve their progress across projects with persistent memory using SQLite storage and LLM-powered summarization. Supports logging completed work, searching previous entries, and retrieving context for multi-step or multi-agent workflows.
      4 npm
      MIT
    • F
      license
      A
      quality
      D
      maintenance
      A persistent, cross-session knowledge base for AI agents that indexes session history into a searchable SQLite database with full-text search, enabling recall of past sessions, stored knowledge, and summaries.
      10
      -

    TDQS

    A3.8/5.0

    Scored across 2 tools

    Disambiguation5/5

    build_trace records a new reasoning step, while query_trace retrieves existing steps. Their purposes are clearly distinct, with no overlap in functionality.

    Naming Consistency5/5

    Both tools follow the consistent verb_noun pattern (build_trace, query_trace), making their actions predictable and easily understood.

    Tool Count3/5

    With only 2 tools, the set is minimal, but each tool is essential for the server's stated purpose of recording and querying reasoning traces. This falls at the borderline of being too thin.

    Completeness4/5

    The server covers the core write (build_trace) and read (query_trace) operations for reasoning traces. Missing update/delete functionality is a minor gap, but acceptable for an append-only trace logging context.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues