← Back to search

@burger-editor/mcp-server

GitHub Actions Scanned 13d ago

MCP Server for BurgerEditor

C
74.2 / 100

Versions

4.0.0-alpha.70latest
Jun 12, 2026
4.0.0-alpha.67
Jun 12, 2026
4.0.0-alpha.66
May 12, 2026
4.0.0-alpha.65
Apr 8, 2026
4.0.0-alpha.64
Mar 30, 2026
+ show 51 moreshow less
4.0.0-alpha.63
Mar 10, 2026
4.0.0-alpha.62
Mar 10, 2026
4.0.0-alpha.61
Feb 18, 2026
4.0.0-alpha.60
Feb 16, 2026
4.0.0-alpha.59
Feb 12, 2026
4.0.0-alpha.58
Feb 5, 2026
4.0.0-alpha.57
Feb 3, 2026
4.0.0-alpha.56
Jan 23, 2026
4.0.0-alpha.55
Jan 23, 2026
4.0.0-alpha.54
Jan 22, 2026
4.0.0-alpha.53
Jan 22, 2026
4.0.0-alpha.52
Jan 21, 2026
4.0.0-alpha.51
Jan 16, 2026
4.0.0-alpha.50
Jan 15, 2026
4.0.0-alpha.49
Jan 15, 2026
4.0.0-alpha.48
Jan 8, 2026
4.0.0-alpha.47
Jan 6, 2026
4.0.0-alpha.46
Jan 6, 2026
4.0.0-alpha.45
Dec 26, 2025
4.0.0-alpha.44
Dec 25, 2025
4.0.0-alpha.43
Dec 24, 2025
4.0.0-alpha.42
Dec 11, 2025
4.0.0-alpha.34
Dec 1, 2025
4.0.0-alpha.33
Dec 1, 2025
4.0.0-alpha.32
Dec 1, 2025
4.0.0-alpha.31
Nov 26, 2025
4.0.0-alpha.30
Nov 13, 2025
4.0.0-alpha.29
Oct 22, 2025
4.0.0-alpha.28
Oct 22, 2025
4.0.0-alpha.27
Oct 8, 2025
4.0.0-alpha.26
Oct 8, 2025
4.0.0-alpha.25
Sep 19, 2025
4.0.0-alpha.24
Sep 19, 2025
4.0.0-alpha.23
Sep 19, 2025
4.0.0-alpha.22
Sep 19, 2025
4.0.0-alpha.20
Sep 11, 2025
4.0.0-alpha.19
Sep 11, 2025
4.0.0-alpha.18
Sep 11, 2025
4.0.0-alpha.17
Aug 25, 2025
4.0.0-alpha.16
Aug 22, 2025
4.0.0-alpha.15
Aug 22, 2025
4.0.0-alpha.14
Aug 14, 2025
4.0.0-alpha.13
Aug 13, 2025
4.0.0-alpha.12
Aug 8, 2025
4.0.0-alpha.11
Aug 1, 2025
4.0.0-alpha.10
Aug 1, 2025
4.0.0-alpha.9
Jul 11, 2025
4.0.0-alpha.8
Jul 11, 2025
4.0.0-alpha.7
Jul 3, 2025
4.0.0-alpha.6
Jun 26, 2025
4.0.0-alpha.5
Jun 26, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 27

create_block_v3
annotations: none low

Create a block in BurgerEditor v3

get_block_data_params_v3
annotations: none low

Get the data params of a block in BurgerEditor v3; If `[[

get_block_type
annotations: none low

Get general block type

page_list
annotations: none low

List pages under documentRoot

page_get
annotations: none low

Get raw page content with front matter

page_create
annotations: none low

Create a new page. Accepts optional frontMatter and initial blocks.

page_delete
annotations: none low

Delete a page file

page_rename
annotations: none low

Rename / move a page file

page_copy
annotations: none low

Copy a page file

page_concat
annotations: none low

Append editable content of source pages onto target page

front_matter_get
annotations: none low

Get a page front matter

front_matter_set
annotations: none low

Set a page front matter (merge by default; pass replace=true to overwrite)

replace boolean
block_list
annotations: none low

List blocks in a page with metadata + structured item data

block_get
annotations: none low

Get a single block by index

index number
block_insert
annotations: none low

Insert a block at a given index (use 0 to prepend, large value to append). Set dryRun=true to preview without writing.

atIndex number
block_replace
annotations: none low

Replace a block at a given index. Set dryRun=true to preview without writing.

index number
block_delete
annotations: none low

Delete a block at a given index. Set dryRun=true to preview without writing.

index number
block_move
annotations: none low

Move a block from one index to another. `to` is the destination in the FINAL list (splice convention). Set dryRun=true to preview.

to number from number
catalog_list
annotations: none low

List catalog block definitions

catalog_get
annotations: none low

Get a single catalog block definition by name

name string
item_list
annotations: none low

List item names

item_schema
annotations: none low

Get item editor template (so the agent can infer required data keys)

name string
style_options_list
annotations: none low

List CSS --bge-options-* axes and variants discoverable in project stylesheets

container_options_list
annotations: none low

List static container layout options (grid/inline/float)

config_resolve
annotations: none low

Resolve and print the active burgereditor config summary

duplicate_block
annotations: none low

Duplicate a block (block-get followed by block-insert after the original). Set dryRun=true to preview without writing.

index number
update_page
annotations: none low

Apply multiple block operations to a page sequentially. Each operation runs against the latest state; downstream indexes shift as you insert/delete. Does NOT support dryRun — each step writes before the next is computed; for a preview, run individual block_* tools with dryRun.

to number from number index number atIndex number

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs sync ops
shell high
Server uses shell capabilities via: child_process, spawn()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 74

medium
Suspicious package name: react-dom dependency_analyzer · 60%
low
Tool 'create_block_v3' has no annotations annotation_checker · 100%
low
Tool 'get_block_data_params_v3' has no annotations annotation_checker · 100%
low
Tool 'get_block_type' has no annotations annotation_checker · 100%
low
Tool 'page_list' has no annotations annotation_checker · 100%
low
Tool 'page_get' has no annotations annotation_checker · 100%
low
Tool 'page_create' has no annotations annotation_checker · 100%
low
Tool 'page_delete' has no annotations annotation_checker · 100%
low
Tool 'page_rename' has no annotations annotation_checker · 100%
low
Tool 'page_copy' has no annotations annotation_checker · 100%
low
Tool 'page_concat' has no annotations annotation_checker · 100%
low
Tool 'front_matter_get' has no annotations annotation_checker · 100%
low
Tool 'front_matter_set' has no annotations annotation_checker · 100%
low
Tool 'block_list' has no annotations annotation_checker · 100%
low
Tool 'block_get' has no annotations annotation_checker · 100%
low
Tool 'block_insert' has no annotations annotation_checker · 100%
low
Tool 'block_replace' has no annotations annotation_checker · 100%
low
Tool 'block_delete' has no annotations annotation_checker · 100%
low
Tool 'block_move' has no annotations annotation_checker · 100%
low
Tool 'catalog_list' has no annotations annotation_checker · 100%
low
Tool 'catalog_get' has no annotations annotation_checker · 100%
low
Tool 'item_list' has no annotations annotation_checker · 100%
low
Tool 'item_schema' has no annotations annotation_checker · 100%
low
Tool 'style_options_list' has no annotations annotation_checker · 100%
low
Tool 'container_options_list' has no annotations annotation_checker · 100%
low
Tool 'config_resolve' has no annotations annotation_checker · 100%
low
Tool 'duplicate_block' has no annotations annotation_checker · 100%
low
Tool 'update_page' has no annotations annotation_checker · 100%
high
Remote transport without authentication auth_checker · 70%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Excessive dependency count: 66 direct dependencies dependency_analyzer · 90%
medium
Buffer.from base64 in d-zero-dev-BurgerEditor-ed96c2a/packages/@burger-editor/local/src/helpers/file-name.ts:39 entropy_analyzer · 75%
medium
High-entropy string (5.70 bits/char) in d-zero-dev-BurgerEditor-ed96c2a/packages/@burger-editor/custom-element/src/bge-wysiwyg-editor-element/index.ts:31 entropy_analyzer · 50%
medium
High-entropy string (5.86 bits/char) in d-zero-dev-BurgerEditor-ed96c2a/packages/@burger-editor/client/src/index.tsx:12 entropy_analyzer · 52%
medium
High-entropy string (6.18 bits/char) in d-zero-dev-BurgerEditor-ed96c2a/packages/@burger-editor/client/src/index.tsx:33 entropy_analyzer · 57%
medium
Buffer.from base64 in d-zero-dev-BurgerEditor-ed96c2a/packages/@burger-editor/client/src/__tests__/vr/vr-commands.ts:52 entropy_analyzer · 75%
medium
High-entropy string (5.85 bits/char) in d-zero-dev-BurgerEditor-ed96c2a/packages/@burger-editor/blocks/src/items/image/editor.spec.tsx:18 entropy_analyzer · 52%
info
package.json metadata manifest_parser · 100%
info
Tool: create_block_v3 manifest_parser · 70%
info
Tool: get_block_data_params_v3 manifest_parser · 70%
info
Tool: get_block_type manifest_parser · 70%
info
Tool: page_list manifest_parser · 70%
info
Tool: page_get manifest_parser · 70%
info
Tool: page_create manifest_parser · 70%
info
Tool: page_delete manifest_parser · 70%
info
Tool: page_rename manifest_parser · 70%
info
Tool: page_copy manifest_parser · 70%
info
Tool: page_concat manifest_parser · 70%
info
Tool: front_matter_get manifest_parser · 70%
info
Tool: front_matter_set manifest_parser · 70%
info
Tool: block_list manifest_parser · 70%
info
Tool: block_get manifest_parser · 70%
info
Tool: block_insert manifest_parser · 70%
info
Tool: block_replace manifest_parser · 70%
info
Tool: block_delete manifest_parser · 70%
info
Tool: block_move manifest_parser · 70%
info
Tool: catalog_list manifest_parser · 70%
info
Tool: catalog_get manifest_parser · 70%
info
Tool: item_list manifest_parser · 70%
info
Tool: item_schema manifest_parser · 70%
info
Tool: style_options_list manifest_parser · 70%
info
Tool: container_options_list manifest_parser · 70%
info
Tool: config_resolve manifest_parser · 70%
info
Tool: duplicate_block manifest_parser · 70%
info
Tool: update_page manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (4) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 88 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%