Local Keep MCP Server

LocalKeep is for anyone who wants a chronological memory layer for chatbots where they directly control what the model remembers about them. Instead of forcing you to rely on a black-box cloud memory that the model invents around you that you can't even edit, LocalKeep lets you curate titled, dated, editable memory banks directly on your own machine where you write the entries and manage them locally via a localhost…

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 2 · #135 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Local Keep

before you install - you'll need

Set LOCALKEEP_HUB_RELOAD before connecting.

Claude Code

claude mcp add zuneracodes-localkeep -- uvx localkeep

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "zuneracodes-localkeep": {
      "command": "uvx",
      "args": [
        "localkeep"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-17 - young repo, little track record yet

license MIT - declared in the repository

pypi package localkeep - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.zuneracodes is GitHub-verified and matches the repo owner

03 · Who maintains Local Keep

LocalKeep is maintained by zuneracodes. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
memory - ranked #135 of 259 actively-maintained memory servers as of 2026-08-25.
registry
io.github.zuneracodes/localkeep (active, first published 2026-08-14)
packages
pypi:localkeep

05 · Local Keep FAQ

What is Local Keep?

LocalKeep is for anyone who wants a chronological memory layer for chatbots where they directly control what the model remembers about them. Instead of forcing you to rely on a black-box cloud memory that the model invents around you that you can't even edit, LocalKeep lets you curate titled, dated, editable memory banks directly on your own machine where you write the entries and manage them locally via a localhost…

Is Local Keep still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13. We re-verify nightly.

How do I install Local Keep?

Run `uvx localkeep`. The README documents one environment variable (LOCALKEEP_HUB_RELOAD) to set first. Set LOCALKEEP_HUB_RELOAD before connecting. You can also paste the ready-made client config above.

Does Local Keep run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Local Keep

Pairs well with

Servers that cover what Local Keep doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Ori Memory · Waggle MCP · Neuromcp · Robrain · Context Book

More Python MCP servers · VMware AIops · VMware AVI · VMware Harden · VMware Monitor · VMware NSX · see all