{
  "markdown": "# Monet\n\n**Memory should change what your agent does.**\n\nMonet 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.\n\n## Get started — let your agent set it up\n\nPaste this one line into Claude Code (more agents coming soon):\n\n> **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.**\n\nYour 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/`](./harness), and it's the recommended path.\n\nPrefer to wire it yourself? The package is on npm:\n\n```sh\nnpx @team-monet/monet\n```\n\n## Yours — and verifiably so\n\n- One store at `~/.monet` — plain SQLite you can read, back up, export.\n- Embeddings run on-device. No accounts, no API keys, no cloud.\n- Works offline after the first model download.\n\n## Where to go\n\n|  |  |\n|---|---|\n| 🏠 **Homepage** | **[team-monet.com](https://team-monet.com)** |\n| 🧰 **Harness, docs & install** | **[`harness/`](./harness)** |\n| 📦 **Package** | **[npmjs.com/package/@team-monet/monet](https://www.npmjs.com/package/@team-monet/monet)** |\n\n> ⭐ If Monet helps, **[star the repo](https://github.com/team-monet/monet)** — it's the best way to support the project.\n\n## What's in this repo\n\n| Path | What it is |\n|---|---|\n| `packages/core` | The 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. |\n| `packages/cli` | The `monet` MCP server + CLI. This is what ships to npm as `@team-monet/monet`. |\n| `harness/` | The `with-monet` agent harness — agent prompts and the install playbook. Markdown and one CLI stub; not a workspace member. |\n\nBuilding and testing: [CONTRIBUTING.md](./CONTRIBUTING.md). Reporting a vulnerability: [SECURITY.md](./SECURITY.md).\n\n## License\n\n`packages/core` and `packages/cli` are licensed under the **GNU Affero General Public License v3.0** (`AGPL-3.0-only`) — see [LICENSE](./LICENSE). `harness/` is licensed under the **Apache License 2.0** — see [harness/LICENSE](./harness/LICENSE).\n",
  "bytes": 2601,
  "sha": "aea7cf60c7d246bbfa421d445ec0a255c553ea48417ff3008452dd402270e37c",
  "repo_slug": "team-monet/monet",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_team_monet_monet_4bbafb7d/readme"
}