Skip to main content
Glama
CrackenReleased

Boarderless MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOARDERLESS_MCP_APP_URLYesThe URL of the Boarderless web app canvas page.
BOARDERLESS_MCP_BROWSER_URLYesThe URL of the browser's remote debugging port.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_server_statusA

Returns a full diagnostic status report for the Boarderless MCP server. Use this first to verify connectivity, authentication, and tool availability before attempting canvas operations. Includes browser connection state, authentication status, canvas bridge health, and per-tool error counts.

get_board_workspaceA

Return the local workspace directory where Boarderless MCP automatically saves canonical .bdrl.json files after every successful canvas mutation.

set_board_workspaceA

Set the absolute local workspace directory used for automatic and explicit .bdrl.json board files. Call this once at the beginning of work when the MCP process was not launched from the intended project directory.

export_board_fileA

Atomically save the current canonical schema-v2 Boarderless board as a .bdrl.json file inside the configured workspace. Without filename, uses a stable board-name-and-id autosave filename.

import_board_fileA

Read a canonical schema-v2 .bdrl.json file from the configured workspace, import it into Boarderless, switch the live canvas to it, and refresh its automatic local snapshot.

export_boardC

Export the current Boarderless canvas to PNG, PDF, or SVG. Requires the user to be authenticated. Returns a structured error with resolution steps if export fails.

render_board_in_blenderA

Generate a 3D studio render of the current canvas using Blender. Automatically captures the board snapshot, decodes base64 assets, builds a 3D scene with lighting/camera alignment, and exports a finished PNG image. Requires Blender to be installed and available on the system environment path.

graduation_rename_photosA

Rename and number photo files inside a directory to a sequential format (e.g. seniorname_01.jpg). Operates on the local filesystem — no browser required. Returns a structured report of renamed files and any errors encountered.

graduation_standardize_imagesA

Scan and convert progressive JPEGs and HEIC files inside subdirectories into standard baseline RGB JPEGs. Operates on the local filesystem — no browser required. Returns a structured report of converted files and any errors encountered.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CrackenReleased/boarderless.app_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server