Discovery
Back to browse

claude-historian-mcp - search past Claude Code chats

MCP server that indexes Claude Code conversation history and exposes it as a searchable tool. Lets agents recall what was decided in past sessions instead of re-deriving it.

View source ↗

This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.

Recent discussion

From the wider web

Featured in

Related entries

GitHubToolFeatured

mcptube - Karpathy-style LLM wiki for YouTube

MCP server that turns YouTube videos into a persistent, merging wiki rather than ephemeral vector chunks. Scene-change frame extraction + vision analysis captures slides, code, and diagrams that transcripts miss. 25+ MCP tools, FTS5+LLM hybrid retrieval, version history with source attribution per claim.

Why I saved this - The wiki-merge design is the differentiator vs RAG-over-YouTube clones - one MCP article with citations, not ten near-duplicate chunks. Scene-change extraction is what makes visual-heavy talks usable.
GitHubToolFeatured

trace-mcp - framework-aware codebase MCP for coding agents

MCP server with 138 tools and cross-language framework awareness (58 integrations across 81 languages). Indexes Laravel/Inertia/Vue, Rails/Hotwire, Django/HTMX edges so agents skip re-deriving call graphs. Decision memory links architectural choices to the code they're about. Local-first ONNX embeddings, optional LSP enrichment.

Why I saved this - Distinct from Qartez - Qartez is structural (PageRank, blast radius), trace-mcp is framework-semantic. The cross-language edges (Laravel controller -> Vue page via Inertia) are the differentiated bit.