Back to Browse

Monet MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Directory where Monet stores local-first memory. Defaults to ~/.monet (organized per project by circle).Optional

Environment variable: MONET_STORAGE_DIR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-team-monet-monet": {
      "env": {
        "MONET_STORAGE_DIR": "your-monet-storage-dir-here"
      },
      "args": [
        "-y",
        "@team-monet/monet"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Monet

Memory should change what your agent does.

Monet is local-first memory for coding agents, built for one thing: the outcome you meant. It keeps what you and your team actually want — principles, rules, corrections — and delivers it while the agent works: principles always in front of it, rules read at the moment they bind (commit, release, delegate, PR), corrections recorded so they never need making twice. MCP-native, 100% on your machine.

Get started — let your agent set it up

Paste this one line into Claude Code (more agents coming soon):

Set up Monet for all my projects: read https://raw.githubusercontent.com/team-monet/monet/main/harness/bootstrap/install.md and follow it, checking with me at each step.

Your agent installs Monet, wires up the MCP server, and brings the working method — restore state at session start, read the rules when moments arrive, record what you correct. That's the with-monet harness in harness/, and it's the recommended path.

Prefer to wire it yourself? The package is on npm:

npx @team-monet/monet

Yours — and verifiably so

  • One store at ~/.monet — plain SQLite you can read, back up, export.
  • Embeddings run on-device. No accounts, no API keys, no cloud.
  • Works offline after the first model download.

Where to go

🏠 Homepageteam-monet.com
🧰 Harness, docs & installharness/
📦 Packagenpmjs.com/package/@team-monet/monet

⭐ If Monet helps, star the repo — it's the best way to support the project.

What's in this repo

PathWhat it is
packages/coreThe memory engine — store, retrieval, gates. Published to npm as @team-monet/core through 0.8.1; that line is now deprecated, and the engine reaches users bundled inside the CLI.
packages/cliThe monet MCP server + CLI. This is what ships to npm as @team-monet/monet.
harness/The with-monet agent harness — agent prompts and the install playbook. Markdown and one CLI stub; not a workspace member.

Building and testing: CONTRIBUTING.md. Reporting a vulnerability: SECURITY.md.

License

packages/core and packages/cli are licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-only) — see LICENSE. harness/ is licensed under the Apache License 2.0 — see harness/LICENSE.

Reviews

No reviews yet

Be the first to review this server!

Monet MCP Server - Local-first, state-centric memory for coding agents. MCP | MCP Marketplace