Skip to content
Cursor

argon for Cursor

io.github.argon-lab/argon

Versioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.

client:Cursor transport:stdio runtime:npm

Install argon in Cursor

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

{
  "mcpServers": {
    "argon": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "argonctl"
      ]
    }
  }
}

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

argon in other clients