mcpbeat Sign in

Cozo Memory MCP Server

by tobs-code Your server? Claim it
local only

Cozo Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 9 Jun 2026.

Local-first memory system for AI agents with hybrid search and graph reasoning

Installs per day peak 49 · avg 9 · -63% w/w
a month agotoday
64
Installs / week
npm · cozo-memory
1
Stars
0 open issues
9 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
HTML

What the code does

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

    const filePath = path.join(targetDir, file.name);
Runs an external command src/tui-launcher.ts:17
      const result = spawn(cmd, ['--version'], { stdio: 'pipe' });
Runs an external command src/tui.py:134
            result = subprocess.run(

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

Alternatives to Cozo Memory

same job, measured the same way
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

84 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.

92 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

20 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only
Nexusmem
by yaminbkk

Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.

329 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

93 installs/wk local only
Cortex
by danielblomma

Local repo context for coding assistants with semantic search and graph relationships.

363 installs/wk local only

Cozo Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Cozo Memory?
Cozo 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 cozo-memory was installed 64 times last week.
How do I connect Cozo 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 cozo-memory straight from npm; nothing to host, nothing to sign up for.
How many people use Cozo Memory?
The npm package cozo-memory was installed 64 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cozo Memory open source?
Yes — it is published under the Apache-2.0 licence, written in HTML and 1 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.