Home › Search: history

Search: history

Search MCP servers and agent skills by name, description, category or topic — 71 results.

MCP Server Maintained

HasanJahidul/terminal-history-mcp

Full-text search over your shell history (zsh / bash / fish) via SQLite FTS5. Local-only. 11-pattern secret redaction runs BEFORE insert. Captures cwd / exit code / duration via opt-in shell hook. Tools: `search_history`, `recent_in_dir`, `failed_commands`, `command_chains`, `reindex`.

4 TypeScript Updated 2mo ago Score 50
MCP Server Active

lizhuojunx86/chinese-history-mcp

Query 9 classical Chinese texts (pre-Qin to Wei-Jin: 史记/汉书/后汉书/三国志/左传/论语/孟子/吕氏春秋/资治通鉴) by event, person, modern place name, or virtue — every result cites 【book · chapter · paragraph】 with original-text evidence and an honest `review_status`. Zero-dependency stdlib stdio JSON-RPC.

0 Python Updated 28d ago Score 50
MCP Server Official Active

mediar-ai/screenpipe

Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware AI agents through a NextJS plugin ecosystem.

20.7k Rust Updated today Score 100
MCP Server Active

repowise-dev/repowise

Codebase intelligence for AI coding agents. Indexes a repo into a dependency graph, git history, defect-risk code health, auto-generated docs, and architectural decisions, served as 9 task-shaped MCP tools across 15 languages. Runs 100% local; hosted option available.

4.6k Python Updated today Score 87
Agent Skill Active

trailofbits/differential-review

Security-focused diff review with git history analysis

6.4k Python Updated today Score 83
MCP Server Maintained

dagger/container-use

Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No conflicts, many experiments. Full execution history, terminal access to agent environments, git workflow. Any agent/model/infra stack.

3.9k Go Updated 1mo ago Score 74
MCP Server Active

aresyn/codex-control-plane-mcp

Durable control plane for long-running Codex Desktop tasks. Submit tasks asynchronously, poll operation/workflow state, approve Plan Mode, recover retries, and use hook-backed SQLite history for search and diagnostics.

129 Python Updated 17d ago Score 71
MCP Server Official Active

get-tmonier/argot

Guardrail that checks agent-written code against a repo's own git-history-learned patterns — flags foreign dependencies, reinvented functions, misplaced code, broken layering, and gamed tests. Exposes `voice_context` (the repo's familiar imports/idioms for a file, so agents write in-voice before generating), `check` (score a generated hunk against the repo's patterns), and `explain`. 100% local, n

12 Rust Updated today Score 71
MCP Server Active

dnotitia/akb

Organizational knowledge base for AI agents. Vault-scoped Markdown docs, structured PostgreSQL tables, and files unified by a URI graph. Hybrid semantic + BM25 search, Git-backed version history, multi-tenant ACL with public-share links. Works with Claude Code, Cursor, Windsurf via `npx akb-mcp`.

74 Python Updated today Score 69
MCP Server Active

ukkit/memcord

A MCP server that keeps your chat history organized and searchable—with AI-powered summaries, secure memory, and full control.

71 Python Updated 18d ago Score 69
Agent Skill Maintained

shouldnotappearcalm/a-share-skill

China A-share (Shanghai/Shenzhen) skills: real-time quotes, K-line history, technical indicators, events, capital flows, sector heatmaps, and paper trading. Works with Claude Code, Cursor, Codex, and Qoder

214 Python Updated 1mo ago Score 66
MCP Server Active

deusXmachina-dev/memorylane

Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval.

124 TypeScript Updated yesterday Score 66
MCP Server Active

BetaBots-LLC/callimachus

Local index and hybrid search (SQLite FTS5 + on-device vector KNN) over your AI coding-agent conversation history across 11 tools (Claude Code, Codex, Cursor, and more). Exposes `search_threads`, `search_current_project`, `recent_threads`, and `get_thread` so any agent can recall its own past work.

32 Rust Updated 19d ago Score 65
MCP Server Active

kerbelp/metatron

Self-hosted codebase priors and conventions server. Captures codebase design patterns, conventions, and implementation decisions from git history and developer feedback, serving them to coding agents to ensure local project standards are followed.

23 Python Updated 3d ago Score 64
MCP Server Maintained

kunwar-shah/claudex

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, list sessions, get summaries) plus prompts. Includes a web UI for visual exploration with themes and exports. Works with Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible client. `npm install -g @kunwarshah/c

92 JavaScript Updated 1mo ago Score 63
MCP Server Active

olgasafonova/mediawiki-mcp-server

Connect to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis). 33+ tools for search, read, edit, link analysis, revision history, and Markdown conversion. Supports stdio and HTTP transport.

19 Go Updated yesterday Score 63
MCP Server Active

masondelan/selvedge

Change tracking for AI-era codebases. AI agents call it to log structured change events (entity + diff + reasoning) before the session ends, then query history with diff, blame, history, changeset, and search. Captures the intent that would otherwise evaporate.

17 Python Updated today Score 63
MCP Server Active

Wuesteon/lean-memory

Embedded, local-first agent memory in a single SQLite file per namespace (vec0 + FTS5 hybrid retrieval). ADD-only history queryable as-of any past time; offline sleep-time maintenance stages dedupe/summarize/evict proposals a human reviews. No Docker, no server, no cloud key. `pip install 'lean-memory[mcp]'`

47 Python Updated 3d ago Score 62
MCP Server Active

20alexl/claude-engram

Persistent memory and session intelligence for Claude Code. Auto-tracks mistakes, decisions, and context via hooks. Mines session history for patterns and cross-session search. Loop detection, pre-edit warnings, context compaction survival. Runs locally with Ollama.

16 Python Updated 6d ago Score 62
MCP Server Official Active

OilpriceAPI/mcp-server

Real-time oil, gas & commodity prices — spot, history, futures curves, price alerts and market briefs for Brent, WTI, natural gas, diesel, jet fuel and 70+ more. Works keyless in demo mode.

4 JavaScript Updated 7d ago Score 62
MCP Server Active

tonnode/mcp

Direct liteserver access to The Open Network (TON) over native ADNL: GRAM balances, account state, transaction history and contract get-methods. Works with the free public config or a private/hosted endpoint. `npx -y @tonnode/mcp`

42 TypeScript Updated 13d ago Score 61
MCP Server Active

yusong652/yade-mcp

MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history.

13 Python Updated 13d ago Score 61
MCP Server Active

Wynelson94/longhand

Persistent local memory for Claude Code. Indexes every session JSONL verbatim into SQLite + ChromaDB for semantic recall (~126ms) across your entire history. Never summarizes, zero API calls, 17 MCP tools including fuzzy `recall`, deterministic `replay_file`, and git-aware `recall_project_status`. Published on PyPI as `longhand` and registered in the MCP Registry.

12 Python Updated 8d ago Score 61
MCP Server Active

cq27-dev/rag-rat

Local repo-intelligence index and MCP server for coding agents — "what a repository knows about itself." Hybrid BM25 + vector semantic search, a tree-sitter code graph (callers/callees/imports across Rust, TS/TSX, Kotlin, C/C++, Python) with an optional compiler-grade SCIP oracle, queryable git/GitHub history, and typed, source-anchored repo memories (Invariant, Decision, Risk, …) that persist acr

11 Rust Updated today Score 61
MCP Server Active

PsYcGoD/sage

Local-first CLI and MCP wrapper for AI coding agents. Routes shell commands through `sage run --`, stores command history locally, and returns compressed terminal output to reduce context noise.

10 Python Updated today Score 60
MCP Server Active

jagoff/memo

Local-first semantic memory server with hybrid search, plain Markdown storage, MLX or CPU embeddings, contradiction detection, time-travel history, synthesis, and cross-machine git sync.

10 Python Updated today Score 60
MCP Server Active

Mogacode-ma/infomaniak-mcp-agent

Unofficial agentic MCP server for Infomaniak (Swiss cloud provider). 54 tools covering web hosting, mail, kDrive, domains, DNS, DNSSEC, FTP/SSH users, AI catalogue and more. Two-phase commit on every destructive operation, history & undo, transparent reverse-engineering of undocumented manager-private endpoints.

7 TypeScript Updated 15d ago Score 59
MCP Server Active

grooverLab/fable

MCP server over your Claude Code transcript history — full-text + semantic search, byte-identical thread recall, durable /remember facts. Local SQLite, stdlib-only.

7 Python Updated 2d ago Score 59
MCP Server Active

yessGlory17/job-verify

Check whether a recruiter or job offer is a scam before you reply. Extracts entities (company, links, email, phone, wallets) from a pasted message and cross-checks company registration, domain age, look-alike/typosquat domains, phishing & malware blocklists, email deliverability, crypto-scam databases, and Internet Archive history — free OSINT, no API keys.

7 Python Updated 29d ago Score 59
MCP Server Active

soren-achebe/backscroll

Answers "what did that command print?" from your real terminal history: a per-command PTY session recorder (OSC 133) stores every command's full output, exit code, cwd, and duration in local SQLite/FTS5, and the MCP server searches, retrieves, and diffs those outputs — secret redaction on by default before anything reaches the model.

5 Go Updated 2d ago Score 58
MCP Server Active

lodordev/mcp-tautulli

Tautulli (Plex media server monitoring) with 11 read-only tools for activity, history, library stats, user stats, transcode analysis, and resolution breakdowns.

5 Python Updated 9d ago Score 58
MCP Server Active

GeiserX/telegram-archive-mcp

Go-based MCP server for Telegram Archive. Search and browse Telegram chat history, list chats, and retrieve messages with full-text search. Docker image available.

4 Go Updated today Score 57
MCP Server Active

ober37/ac-infinity-mcp

Monitor and automate AC Infinity grow controllers through natural conversation with Claude. 25 tools covering live sensor data, multi-day history, VPD/temperature/humidity automations, port control, advance scheduling, and grow stage templates.

4 Python Updated 21d ago Score 57
MCP Server Active

teampolarity/cosmos-mcp

Personal knowledge graph shared across MCP clients. Account-keyed and portable as a `.polarity` file, with sources for iMessage, browser history, calendar, Claude Desktop transcripts, shell history, Notion, and Obsidian. `npx -y @polarity-lab/cosmos-mcp`

3 TypeScript Updated 9d ago Score 56
MCP Server Active

gosodax/builders-sodax-mcp-server

SODAX MCP server: live cross-chain DeFi API data and auto-updating SDK docs for 17+ networks. Query swaps, lending, solver volume, and intent history from your AI coding assistant.

9 TypeScript Updated 10d ago Score 55
MCP Server Active

googlarz/signal-mcp

Full Signal messenger MCP server and CLI. Send/receive messages, manage groups and contacts, search history, handle attachments and reactions. Runs locally via signal-cli — no third-party servers.

2 Python Updated 29d ago Score 55
MCP Server Active

a2cr/a2cr

MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history.

2 Python Updated 2d ago Score 55
MCP Server Official Active

vibecodebeast/swath-mcp

Radar-verified hail/wind storm detection and affected-property intelligence for the continental US — NOAA MRMS swath detection, per-address storm history, area monitors with webhook + email alerts, emailed reports, and swath maps. Hosted Streamable HTTP endpoint at `https://swathapi.com/mcp` (9 tools, free tier).

0 JavaScript Updated 7d ago Score 55
MCP Server Active

adrianczuczka/mason

Context engineering MCP server. Generates CLAUDE.md from git history and architectural file sampling, and maintains a concept-map snapshot of features/flows → files so agents can skip grep/glob on repeat queries.

7 TypeScript Updated 10d ago Score 54
MCP Server Stale

the-momentum/fhir-mcp-server

MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.

97 Python Updated 9mo ago Score 53
MCP Server Active

justadityaraj/amazon-in-mcp

Shop on amazon.in via LLM. Three tools: product search with "cheapest in stock" + "best value" picks, full product details (price, MRP, discount, rating, stock, seller), and Keepa price history chart links. No API keys, direct HTML scraping with retry on bot-check. Install: `npx amazon-in-mcp-server`.

6 TypeScript Updated 21d ago Score 53
MCP Server Active

urbanmorph/mdshare

Markdown collaboration for AI workflows. Share markdown instantly via public links with four permission levels (admin, edit, comment, view), inline comments anchored to text, real-time WebSocket sync, and version history. Free, no login. `npx mdshare-mcp` lets AI agents read docs, review comments, incorporate feedback, and resolve threads — the full review loop without copy-pasting between tools.

6 TypeScript Updated 22d ago Score 53
MCP Server Active

keel-trade/keel-trade

Build, backtest, and automate Hyperliquid trading strategies. Typed strategy composition, deterministic backtests on real Hyperliquid funding + price history, opt-in live execution with bit-for-bit backtest-to-live parity.

1 Python Updated 15d ago Score 53
MCP Server Active

ContextPulse/contextpulse

Local-first desktop context server for AI agents. Captures screen (OCR), voice (Whisper), keyboard/mouse activity, and clipboard. Exposes 35 MCP tools for screen capture, voice transcription, activity history, semantic memory, and project detection. Zero cloud dependency. AGPL-3.0.

1 Python Updated 11d ago Score 53
MCP Server Active

RipperMercs/tensorfeed

Real-time AI industry intelligence MCP server. 6 free tools (AI news, service status, model pricing, today summary, agent activity, MCP registry snapshot) and 13 paid premium tools (routing recommendations, news search, history series, cost projection, provider deep-dive, model comparison, agents directory, what's new brief, MCP registry series, webhook watches with daily/weekly digest tier). Pay-

2 TypeScript Updated today Score 50
MCP Server Active

CNSLabs/agreements-api-sdk

Remote Streamable HTTP and local stdio MCP server for defining, validating, deploying, and operating machine-readable agreements with EIP-712 permit preparation, signed participant inputs, state reads, and input history.

2 TypeScript Updated 2d ago Score 50
MCP Server Active

haiiibin/acb-tax-mcp

Canadian adjusted cost base (ACB) and capital gains from a trade history: average-cost tracking, per-disposition realized gains, and superficial-loss detection. Pure Python, runs locally, a calculation aid (not tax advice). `pip install acb-tax-mcp`.

0 Python Updated 2d ago Score 50
MCP Server Active

sand0vvv/hyperevm-mcp

Read-only Hyperliquid / HyperEVM: every way to earn on HYPE in one table — liquid staking, lending with utilisation and max LTV, LP pools, and the HLP vault — with yield a pool earns separated from yield paid in emitted tokens. Also protocol TVL, fees actually paid, perp and spot markets, funding history, and order-book depth with a straight answer when a size will not fill. Where a source publish

0 TypeScript Updated 6d ago Score 50
12Next ›