Skip to content
VS Code

RunGlance for VS Code

org.openlyuseful/runglance

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

client:VS Code transport:stdio runtime:npm

Install RunGlance in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RunGlance in other clients