Skip to content
Cursor

RunGlance for Cursor

org.openlyuseful/runglance

Read-only local progress, usage, lock state, work lists, and verified run receipts.

client:Cursor transport:stdio runtime:npm

Install RunGlance in Cursor

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

{
  "mcpServers": {
    "runglance": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@openly-useful/runglance-mcp"
      ]
    }
  }
}

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

RunGlance in other clients