Chronos MCP
Provides Claude with persistent local memory and a structured knowledge graph for tracking project states, task dependencies, and historical context. It enables users to store notes, manage task relationships, and perform time-travel queries to reconstruct past information without relying on cloud services.
README
Chronos MCP
Gives Claude a long-term memory and the ability to map out your projects.
Claude forgets everything when you start a new chat. You end up pasting the same context, rules, and project states over and over. Chronos fixes this by giving Claude a permanent, local memory it can search — and a structured graph it can use to track complex projects. Everything stays on your machine. No accounts, no APIs, no cloud.
Quick Start
1. Install
git clone https://github.com/you/ChronosMCP
cd ChronosMCP
pip install -e .
2. Add to Claude Desktop
Open claude_desktop_config.json and add:
{
"mcpServers": {
"chronos": {
"command": "python",
// Path to wherever you cloned ChronosMCP
"args": ["/absolute/path/to/ChronosMCP/chronos_mcp.py"],
"env": {
// Where Chronos saves your database. Defaults to chronos.db next to the script.
"CHRONOS_DB_PATH": "/absolute/path/to/chronos.db"
}
}
}
}
Claude Code (CLI):
claude mcp add chronos -- python /absolute/path/to/ChronosMCP/chronos_mcp.py
Restart Claude Desktop and you're done.
What You Can Ask Claude
Remember that we always squash commits before merging to main.
What do you know about our Git workflow?
What did you know about the auth system as of March 1st?
Forget the note about the old staging URL.
What tasks are blocking the payments feature right now?
What should I work on next in the api-rewrite project?
Tools
Chronos gives Claude two distinct pipelines: a memory layer for free-text notes, and a graph layer for structured project tracking.
Memory
| Tool | What it does |
|---|---|
remember |
Saves a note, decision, or code snippet. Accepts optional project and tags. |
recall |
Finds the most relevant memories for a query. Blends keyword relevance with recency. |
forget |
Hides a memory from future searches. The record stays in the DB for history. |
update_memory |
Rewrites a memory's content. The previous version is snapshotted automatically. |
query_at |
Time-travel recall — reconstructs what Claude knew at any past timestamp. |
query_similar_memories |
Finds conceptually related memories using embedding similarity, not just tags. |
Graph
| Tool | What it does |
|---|---|
add_event |
Adds a structured node (task, decision, sprint) to the knowledge graph. |
add_constraint |
Links two nodes so Claude understands what must happen first. |
suggest_next_tasks |
Reads the dependency graph and surfaces what's unblocked and ready to work on. |
query_similar |
Finds related nodes by complexity, priority, and graph position. |
analyze_structure |
Spots bottlenecks, orphaned nodes, and dependency cycles in your project. |
analyze_causal |
Estimates the real-world impact of a change by analyzing outcome patterns across tasks. |
Configuration
| Variable | Default | Description |
|---|---|---|
CHRONOS_DB_PATH |
./chronos.db |
Path to the SQLite database file |
CHRONOS_EMBED_MODEL |
(none) | HuggingFace model to enable query_similar_memories |
CHRONOS_RECENCY_WEIGHT |
0.3 |
How much recent memories are boosted in recall (0.0 = pure relevance) |
How It Works
When you ask Claude to remember something, Chronos writes it to a local SQLite file and
indexes it using TF-IDF — no dependencies, no model downloads required. recall ranks
results by relevance and applies a gentle recency boost so newer memories surface first
without burying highly relevant older ones.
For project tracking, Chronos organizes nodes in a hyperbolic space rather than a flat list. This means closely related tasks cluster naturally together even as your graph grows — the geometry handles the relationships so you don't have to label everything manually.
query_at time-travels by reconstructing a snapshot of your memory database at any
past timestamp, including resolving content that's since been edited. The database is a
single local file. Back it up however you back up files.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。