mcpbeat Sign in

Monet MCP Server

by team-monet Your server? Claim it
local only

Monet runs on your own machine — the client starts it, so there is no endpoint to ping. 107 installs a week from npm.

Local-first, state-centric memory for coding agents. MCP server + CLI.

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

Installs per day peak 463 · avg 76 · -59% w/w
a month agotoday
107
Installs / week
npm · @team-monet/monet
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: MONET_STORAGE_DIR (Directory where Monet stores local-first memory. Defaults to ~/.monet (organized per project by circle).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Monet

same job, measured the same way
Tdai Memory MCP
by tinhien11

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

126 installs/wk local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
MemoryGuard
by irisxc4

Local-first governed MCP memory backend for coding agents.

1 539 installs/wk local only
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
Aifp MCP
by wjabanjj

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

267 installs/wk local only

Monet — questions

Answers built from our own checks of this server.

Why is there no uptime for Monet?
Monet 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 @team-monet/monet was installed 107 times last week.
Is Monet 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 Monet?
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 @team-monet/monet straight from npm; nothing to host, nothing to sign up for.
How many people use Monet?
The npm package @team-monet/monet was installed 107 times in the last week. Week over week that is -59%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.