Skip to content
Back to search
30
MCP

Claude Historian

pulsemcp/claude historian

Provides intelligent search capabilities across Claude Code conversation history with specialized tools for conversation search, file context discovery, error solution patterns, and session management through JSONL log parsing and AI-enhanced query expansion.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Claude Remind
Searches and retrieves past Claude Code conversation history using BM25 full-text indexing.
0 tools
claude-session-skill
Search, browse, and resume past Claude Code sessions with AI-generated summaries — plus an MCP server for any MCP-compatible client
0 tools
Claude Find
Retrieves deep memory from past Claude Code sessions for use in current conversations.
0 tools
claude-historian-mcp
an MCP server for Claude Code conversation history
0 tools
Claude Recall
Persistent memory for Claude Code: search, recall, and re-inject context from any session.
0 tools
Cowork History
Hybrid search for Claude conversation history using full-text search, Spotlight, and semantic vector embeddings.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "claude_historian": {
      "url": "None",
      "transport": "http"
    }
  }
}