chrono-mcp
Verified Safeby bingdongni
Overview
Chronos-MCP acts as a local-first MCP server that indexes terminal and browser history for AI assistants, enabling instant recall and context awareness.
Installation
node build/index.jsSecurity Notes
The code is generally safe, using standard Node.js libraries and SQLite. It does not use 'eval' or other high-risk functions. Network risks are minimal as it's designed for local use. The main potential risk is in how it interacts with system shells, but the provided hooks seem to handle this cautiously. Browser history access is limited to local Chrome profiles.
Similar Servers
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).
local-history-mcp
Access Cursor/VS Code Local History through the Model Context Protocol for AI-powered data recovery and enhanced context awareness.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.