Skip to main content
Glama
Delagund

LLM Wiki MCP Server

by Delagund

Related Servers

Alternatives to LLM Wiki MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      C
      maintenance
      An MCP server that gives AI assistants persistent memory across sessions. It stores project context, decisions, and progress in structured markdown files as well as a knowledge graph and sequential thinking for better memory storage.
      36
      23 npm
      1
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      An MCP server providing long-term memory for LLMs via hybrid search (FTS5 + vector) stored in SQLite, with time-decay scoring and support for multiple AI assistants.
      4
      2
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      An MCP server that provides AI assistants with persistent, semantic memory using Turso for storage and OpenAI for vector search. It enables natural language operations to store, retrieve, and refine information with automatic duplicate detection and quality validation.
      5
      4 npm
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      MCP server for persistent, cross-session, local-first memory for AI agents, storing memories as Markdown files with SQLite indexing for hybrid search.
      24
      Apache 2.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      A local MCP server for AI assistants to store and retrieve personal memories on disk, with optional semantic search using embeddings.
      -

    TDQS

    A3.6/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a distinct purpose: ingestion status, listing notes, saving a note, and searching the wiki. There is no overlap or ambiguity.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern in snake_case (get_ingestion_status, list_notes, save_note, search_wiki), making them predictable.

    Tool Count5/5

    With 4 tools, the server is well-scoped for a wiki MCP server, covering essential operations without being too sparse or overloaded.

    Completeness4/5

    The set covers core operations (save, list, search, status). Missing a delete or explicit get single note, but list_notes with filters can likely retrieve one, so only a minor gap.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues