← Back to Plugins
MCP Server MCP

Monet

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @team-monet/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@team-monet/monet",
      "version": "1.7.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "start",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Directory where Monet stores local-first memory. Defaults to ~/.monet (organized per project by circle).",
          "name": "MONET_STORAGE_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...