Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Monet

FreeNot checked

Monet — local-first, state-centric memory for coding agents. MCP server + CLI.

GitHubEmbed

About

Monet — local-first, state-centric memory for coding agents. MCP server + CLI.

README

An agent-agnostic harness that pairs a state-centric coding lead (Stig) and a focused worker team with Monet's memory substrate.

The substrate — the monet MCP server + CLI (available as @team-monet/monet on npm) — maintains a persistent memory model so the agent doesn't have to. with-monet is the lightweight harness that points the coding agent you already use (Claude Code) at that substrate and gives it a team that knows how to use it.

Where this sits

Repo What it is
team-monet/monet Monet — the local-first client: the monet MCP server + CLI (npm @team-monet/monet).
with-monet (this repo) The lightweight, agent-agnostic harness: portable agent prompts + bootstrap that wire a host to monet.

Stig is a state-centric lead — the memory discipline (extract → review → commit) is now structural in Monet, so Stig's prompt stays lean and focuses on assembling context for the worker team rather than bookkeeping its own memory.

The team

  • stig — state-centric lead. Restores via agent_context (prewarm), delegates with pre-assembled context, and is the only agent that touches Monet.
  • Workers Stig delegates to: explorer, researcher, analyst, developer, tester, reviewer, auditor, security, reliability, aria.

Install — agent-first (paste one line into your agent)

You don't clone this repo or run a script. You open the coding agent you already use, paste one line, and the agent installs and configures Monet for you — detecting your host, wiring the monet MCP server, installing the team, offering to seed memory from your existing docs, then offering to start. It diagnoses and fixes failures interactively, and adapts to your preferences.

Paste into your agent:

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

(Local dev: point at with-monet/bootstrap/install.md instead of the URL. The substrate it installs — monet — ships on npm as @team-monet/monet.)

Already installed? To update your existing Monet install, paste:

Can you update my Monet installation following https://raw.githubusercontent.com/team-monet/with-monet/main/bootstrap/install.md?

The agent then follows the bootstrap playbook: orient → get Monet → configure the MCP server → install the team → offer memory ingest → offer to start. Why agent-first: the agent already has tools in your environment, so it can install, verify, and recover from failures conversationally — and we can tailor the experience to each user.

Like Monet? Star this repo to support it — and Watch → Custom → Releases to get notified of new versions.

from github.com/team-monet/with-monet

Install Monet in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install monet

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add monet -- npx -y @team-monet/monet

FAQ

Is Monet MCP free?

Yes, Monet MCP is free — one-click install via Unyly at no cost.

Does Monet need an API key?

No, Monet runs without API keys or environment variables.

Is Monet hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Monet in Claude Desktop, Claude Code or Cursor?

Open Monet on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Monet with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs