mcpbeat Sign in

openchronicle-mcp MCP Server

local only

openchronicle-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 410 installs a week from pypi. Last commit 9 Sep 2026.

Memory database for LLM agents — persistent semantic + keyword memory, project namespacing, served o

Installs per day peak 384 · avg 17 · +1540% w/w
a month agotoday
410
Installs / week
pypi · openchronicle-mcp
16
Stars
2 open issues
9 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/openchronicle/core/application/use_cases/init_config.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openchronicle-mcp -- uvx openchronicle-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openchronicle-mcp": {
      "args": [
        "openchronicle-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openchronicle-mcp]
command = "uvx"
args = ["openchronicle-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openchronicle-mcp": {
      "args": [
        "openchronicle-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openchronicle-mcp": {
      "args": [
        "openchronicle-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to openchronicle-mcp

same job, measured the same way
Amnesic
by surajkgoyal

Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.

247 installs/wk local only
Leteo
by asanabrial

Persistent memory for AI coding agents: one Rust binary, one local SQLite database.

54 installs/wk local only
Neon
by neon

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

answering
Airtable
by airtable

Official Airtable MCP server — database and operations layer for agents.

answering
Mindpm
by umitkavala

Persistent project memory for LLMs via SQLite. Never re-explain your project again.

169 installs/wk local only
MADB — Agent Memory Database
by spshkar84

Durable causal memory for AI agents — semantic recall, causal lineage, and skills. Local-first.

855 installs/wk local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

82 installs/wk local only
metabrain
by ariaxhan

MCP server giving AI agents persistent SQLite memory that proves which lessons hold.

198 installs/wk local only

openchronicle-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for openchronicle-mcp?
openchronicle-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openchronicle-mcp was installed 410 times last week.
How do I connect openchronicle-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openchronicle-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use openchronicle-mcp?
The pypi package openchronicle-mcp was installed 410 times in the last week. Week over week that is +1540%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is openchronicle-mcp open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 16 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.