Skip to content
VS Code

PowerScroll for VS Code

io.github.cynacons/powerscroll

Read and edit a live local-first PowerScroll visual notebook.

client:VS Code transport:stdio runtime:npm

Install PowerScroll in VS Code

.vscode/mcp.json

{
  "servers": {
    "powerscroll": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "powerscroll-mcp"
      ]
    }
  }
}

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

PowerScroll in other clients