Skip to main content
Glama

Related Servers

Alternatives to OpenLMlib

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides AI agents with persistent knowledge storage, enabling them to store, search, and retrieve text, documents, and files using semantic and keyword search via MCP tools.
      32
      Apache 2.0
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides a local vector memory store for AI agents with semantic search, offline embeddings, and MCP integration, enabling tools like Claude and Cursor to store and retrieve information without cloud dependencies.
      2 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
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI agents to persistently store and semantically search shared knowledge via MCP tools.
      2
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables fully local retrieval over a personal document corpus via hybrid search, cross-encoder reranking, RAPTOR summaries, and knowledge graph queries, served to AI agents over MCP.
      MIT

    TDQS

    B3.1/5.0

    Scored across 76 tools

    Disambiguation1/5

    Multiple tools have nearly identical purposes: search_knowledge, search_findings, retrieve_findings, retrieve_context, search_memory, and query_memory all retrieve knowledge with only subtle differences. Session and message reading also overlap heavily (session_context vs get_session_state, read_messages vs poll_messages vs tail_messages), so agents will frequently select the wrong tool.

    Naming Consistency2/5

    Subsets are internally consistent (save_finding/list_findings, create_session/join_session/leave_session), but the overall set mixes styles: session_start vs start_research, session_end vs end_session, search_findings vs search_knowledge, and help_library vs help_collab. Several tools are single nouns or noun phrases, and get_observations is explicitly deprecated but still exposed.

    Tool Count1/5

    76 tools is far beyond a well-scoped MCP server; even 25+ is considered heavy. The set spans findings, session memory, collaboration, OpenRouter model lookup, templates, analytics, and Co-Scientist workflows, so most tools are tangential to any single task.

    Completeness2/5

    Despite the large surface, there are obvious lifecycle gaps: delete_finding says to 'update instead' but no update_finding tool exists, and save_finding encourages updating duplicates without providing an update path. Artifacts and templates similarly lack update/delete operations, leaving agent workflows with dead ends.

    Maintenance

    ActivityActive
    ResponsivenessNo issues