Skip to main content
Glama
fifeek0

claude-history-mcp

by fifeek0

Related Servers

Alternatives to claude-history-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      Persistent memory + FTS5 full-text search for Claude Code conversation history. Indexes ~/.claude/projects/ JSONL into SQLite, exposes 10 MCP tools (store/recall/search memories, browse sessions, get summaries) plus prompts. Includes a web UI for visual exploration
      10
      42 npm
      93
      MIT
    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      Enables comprehensive search and analysis of Claude Code conversation history using full-text search, optional semantic vector search, and conversation management tools. Provides fast SQLite-based indexing with role-based filtering, project organization, and hybrid search capabilities combining keyword and semantic matching.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables Claude to search through its own past sessions using full-text search and resume them. Works offline with zero runtime dependencies.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to semantically search your entire local conversation history from Claude Desktop, ChatGPT and Claude Code, and to retrieve, browse, ingest and report on those conversations. All embeddings run locally, so no cloud, API keys, or data leave your machine.
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables Claude to search, recall, and remember its own past conversations by indexing them into a local SQLite vault, providing direct access to the full context of previous sessions.
      11
      12
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      Enables searching and browsing of Claude conversation history with hybrid search combining full-text, Spotlight, and optional vector embeddings.
      10
      1
      MIT

    TDQS

    A3.6/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool targets a distinct operation: listing topics, browsing conversations, summarizing a conversation, searching messages, and fetching full messages. The uuid-based summary and full-message tools are clearly differentiated by scope.

    Naming Consistency4/5

    Mostly snake_case with verb_noun pattern (browse_conversations, search_history, get_conversation_messages), but conversation_summary is a noun phrase and list_all_topics inserts 'all', creating minor inconsistency.

    Tool Count5/5

    Five tools is a well-scoped, focused set for a read-only conversation history server; no tool feels redundant and the count matches the domain.

    Completeness4/5

    Core read operations (topics, browse, summary, search, full messages) are covered, but browse_conversations lacks pagination offset and a date filter despite the description, leaving minor gaps.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues