Skip to content
Cursor

Monet for Cursor

io.github.team-monet/monet

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

client:Cursor transport:stdio runtime:npm

Install Monet in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "monet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@team-monet/monet"
      ],
      "env": {
        "MONET_STORAGE_DIR": "<MONET_STORAGE_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Monet in other clients