Vvkmnn/claude-historian-mcp
📜 An MCP server for conversation history search and retrieval in Claude Code
Overview
Vvkmnn/claude-historian-mcp is a TypeScript MCP server licensed under MIT. 📜 An MCP server for conversation history search and retrieval in Claude Code Topics: claude, claude-code, mcp, mcp-server, anthropic, typescript, ai, ai-tools, context-retrieval, conversation-history, developer-tools, llm, memory, model-context-protocol, nodejs, npx, search, session, inverted-index, jsonl.
Ranked #555 out of 25632 indexed tools.
In the top 3% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript MIT
claudeclaude-codemcpmcp-serveranthropictypescriptaiai-toolscontext-retrievalconversation-historydeveloper-toolsllmmemorymodel-context-protocolnodejsnpxsearchsessioninverted-indexjsonl
Signal Breakdown
Stars 215
Freshness 7d ago
Issue Health 30%
Contributors 5
Dependents 0
Forks 17
Description Good
License MIT
How to Improve
Description low impact
Issue Health high impact
Dependents medium impact
Matched Queries
From the README
# claude-historian-mcp
An [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for searching your [Claude Code](https://docs.anthropic.com/en/docs/claude-code) conversation history. Find past solutions, track file changes, and learn from previous work.
<br clear="right">
---
## install
**Requirements:**
**From shell:**
```bash
claude mcp add claude-historian-mcp -- npx claude-historian-mcp
```
**From inside Claude** (restart required):
```
Add this to our global mcp config: npx claude-historian-mcp
Install this mcp: https://github.com/Vvkmnn/claude-historian-mcp
```
**From any manually configurable `mcp.json`**: (Cursor, Windsurf, etc.)
```json
{
"mcpServers": {
"claude-historian-mcp": {
"command": "npx",
"args": ["claude-historian-mcp"],
"env": {}
}
}
}
```
There is **no `npm install` required** -- no external dependencies or local databases, only search algorithms.
However, if `npx` resolves the wrong package, you Read full README on GitHub →
Are you the maintainer? Claim this listing