Skip to content
VS Code

decaframe for VS Code

com.decaframe/decaframe

Presentations, slides, reports and one-pagers your agent designs and you edit. Exports to one file.

client:VS Code transport:stdio runtime:npm

Install decaframe in VS Code

.vscode/mcp.json

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

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

decaframe in other clients