Skip to content
Windsurf

Monet for Windsurf

io.github.team-monet/monet

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

client:Windsurf transport:stdio runtime:npm

Install Monet in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Monet in other clients