Skip to content
Cursor

Agent Coherence — Stale Write Guard (FS) for Cursor

io.github.cohexa-ai/stale-write-guard-fs

Coherence guard for shared files: denies stale writes so agents don't silently overwrite each other.

client:Cursor transport:stdio runtime:pypi

Install Agent Coherence — Stale Write Guard (FS) in Cursor

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

{
  "mcpServers": {
    "stale-write-guard-fs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-coherence"
      ]
    }
  }
}

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

Agent Coherence — Stale Write Guard (FS) in other clients