mcpbeat Sign in

Verbative Memory MCP Server

by verbative Your server? Claim it
local only

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

On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.

Installs per day peak 263 · avg 12
a month agotoday
366
Installs / week
npm · verbative-memory
1
Stars
0 open issues
17 Aug 2026
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Verbative Memory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Verbative Memory

same job, measured the same way
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only
loci
by 3m1ry33t

Scoped memory for coding agents: picks the right project, answers in scope, or abstains.

1 144 installs/wk local only
Hicortex — AI Fleet Memory
by gamaze-labs

Shared fleet memory for AI agents: nightly self-correction, recall every prompt (supported agents).

1 860 installs/wk local only
DeepMem
by deepmemteam

Mem0-compatible persistent memory for AI agents: write facts once, recall them semantically.

2 tools answering
projectmind
by nodemint-dev

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

65 installs/wk local only
Robrain
by adelinamart

Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach.

84 installs/wk local only
Cogmem
by writerslogic

A self-improving, verifiable memory layer for AI coding agents.

47 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering

Verbative Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Verbative Memory?
Verbative 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 verbative-memory was installed 366 times last week.
How do I connect Verbative 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 verbative-memory straight from npm; nothing to host, nothing to sign up for.
How many people use Verbative Memory?
The npm package verbative-memory was installed 366 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Verbative Memory open source?
We cannot say either way: 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.