loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

ChronosMCP

MCP Tool

Kodaxadev/ChronosMCP

Gives Claude a persistent memory and project graph across conversations. Local SQLite, TF-IDF recall, recency ranking, time-travel queries, and hyperbolic embeddings. No accounts, no cloud.

Install

$ npx loaditout add Kodaxadev/ChronosMCP

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "ChronosMCP": {
      "command": "npx",
      "args": [
        "-y",
        "ChronosMCP"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Chronos MCP

> Gives Claude a long-term memory and the ability to map out your projects.

[](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT)

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 `

Tags

claudeclaude-desktophyperbolic-embeddingsknowledge-graphmcpmcp-servermodel-context-protocolpersistent-memorypersistent-storagetfidf

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Kodaxadev/ChronosMCP)](https://loaditout.ai/skills/Kodaxadev/ChronosMCP)