mcpbeat Sign in

LocalKeep MCP Server

by zuneracodes Your server? Claim it
local only

LocalKeep runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from pypi. Last commit 13 Aug 2026.

Local chronological memory banks you control; Claude recalls them via MCP.

Installs per day peak 796 · avg 62 · -39% w/w
a month agotoday
105
Installs / week
pypi · localkeep
2
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 12 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.

  <button type="submit" class="danger">Delete bank</button>
</form>
{% endblock %}

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 localkeep -- uvx localkeep
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "localkeep": {
      "args": [
        "localkeep"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.localkeep]
command = "uvx"
args = ["localkeep"]
.cursor/mcp.json
{
  "mcpServers": {
    "localkeep": {
      "args": [
        "localkeep"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "localkeep": {
      "args": [
        "localkeep"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LOCALKEEP_DATA_DIR (Optional directory for the SQLite DB (default: ~/.localkeep)), LOCALKEEP_DB_PATH (Optional full path to localkeep.db). The author declared them in the registry entry; get the values from the project itself.

Alternatives to LocalKeep

same job, measured the same way
TayPE MCP
by taylormadeapps

Control the TayPE desktop DAW locally via MCP.

local only
Lodekeep
by lodekeep

Memory MCP server for Claude Code. Correct a fact and the old version stops being recalled.

63 installs/wk answering
Formlab MCP
by juliu1980

Read-only MCP for FormLab — talk to your local lab notebook via Claude. Data stays local.

1 241 installs/wk local only
Worldku Memory
by worldku

Save AI conversations into your Worldku memory and recall them from any MCP client.

answering
Audrey
by evilander

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

163 installs/wk local only
LLM Kosh
by rastogivaibhav

Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.

85 installs/wk local only
Ace Context MCP
by dw-dwain

Local-first memory for AI chats: save context in one chat, load it in any other via MCP.

local only
Starling Bank
by domdomegg

Allow AI systems to view and control your Starling Bank account via MCP.

170 installs/wk local only

LocalKeep — questions

Answers built from our own checks of this server.

Why is there no uptime for LocalKeep?
LocalKeep 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 localkeep was installed 105 times last week.
How do I connect LocalKeep?
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 localkeep straight from pypi; nothing to host, nothing to sign up for.
How many people use LocalKeep?
The pypi package localkeep was installed 105 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LocalKeep open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.