mcpbeat Sign in

KEPTA — Agent Memory MCP Server

by damiantodorovic Your server? Claim it
local only

KEPTA — Agent Memory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Sep 2026.

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · kepta-mcp
4
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We have not read this server's code yet, 18 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 [пакет] bin/kepta.js: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 kepta -- npx -y kepta-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kepta": {
      "args": [
        "-y",
        "kepta-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kepta]
command = "npx"
args = ["-y", "kepta-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kepta": {
      "args": [
        "-y",
        "kepta-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kepta": {
      "args": [
        "-y",
        "kepta-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to KEPTA — Agent Memory

same job, measured the same way
memex
by kioie

Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.

local only
Engram
by hbarefoot

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

125 installs/wk local only
Tdai Memory MCP
by tinhien11

Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.

133 installs/wk local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only
lean-memory
by wuesteon

Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.

128 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

508 installs/wk local only
Memory Kernel
by artem362

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

122 installs/wk local only
Memkeeper
by teflon07

Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.

local only

KEPTA — Agent Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for KEPTA — Agent Memory?
KEPTA — Agent Memory 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 npm package kepta-mcp.
Is KEPTA — Agent Memory still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect KEPTA — Agent Memory?
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 kepta-mcp straight from npm; nothing to host, nothing to sign up for.
Is KEPTA — Agent Memory open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 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.