The reputation layer for AI skills, tools & agents

Vvkmnn/claude-historian-mcp

Score: 44.6 Rank #555

📜 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

Expand your description to 150+ characters for better discoverability

Issue Health high impact

You have 7 open vs 3 closed issues — triaging stale issues improves health

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for Vvkmnn/claude-historian-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/Vvkmnn--claude-historian-mcp)](https://agentrank-ai.com/tool/Vvkmnn--claude-historian-mcp)
<a href="https://agentrank-ai.com/tool/Vvkmnn--claude-historian-mcp"><img src="https://agentrank-ai.com/api/badge/tool/Vvkmnn--claude-historian-mcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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