Skip to main content
Glama

TOYBOX MCP Server

by isnbh0

initialize_toybox

Set up a TOYBOX by initializing a local repository, configuring GitHub remote, and enabling Pages deployment with customizable options for title, theme, and layout.

Instructions

Initialize a complete TOYBOX with local repository, GitHub remote, and Pages setup

Input Schema

NameRequiredDescriptionDefault
configNoTOYBOX configuration options
createRemoteNoCreate a GitHub repository and set up remote (default: true)
debugNoEnable debug mode to use local template (can still create GitHub remote)
isPrivateNoCreate GitHub repository as private (default: false)
localTemplatePathNoPath to local template directory (optional, defaults to built-in template)
repoNameNoName for the repository (default: toybox)toybox
templateOwnerNoGitHub username or organization that owns the TOYBOX template (default: isnbh0)isnbh0
templateRepoNoName of the template repository (default: toybox)toybox

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "TOYBOX configuration options", "properties": { "description": { "default": "A collection of my creative artifacts", "type": "string" }, "layout": { "default": "grid", "enum": [ "grid", "list" ], "type": "string" }, "showFooter": { "default": true, "type": "boolean" }, "theme": { "default": "auto", "enum": [ "auto", "light", "dark" ], "type": "string" }, "title": { "default": "My TOYBOX", "type": "string" } }, "type": "object" }, "createRemote": { "default": true, "description": "Create a GitHub repository and set up remote (default: true)", "type": "boolean" }, "debug": { "default": false, "description": "Enable debug mode to use local template (can still create GitHub remote)", "type": "boolean" }, "isPrivate": { "default": false, "description": "Create GitHub repository as private (default: false)", "type": "boolean" }, "localTemplatePath": { "description": "Path to local template directory (optional, defaults to built-in template)", "type": "string" }, "repoName": { "default": "toybox", "description": "Name for the repository (default: toybox)", "type": "string" }, "templateOwner": { "default": "isnbh0", "description": "GitHub username or organization that owns the TOYBOX template (default: isnbh0)", "type": "string" }, "templateRepo": { "default": "toybox", "description": "Name of the template repository (default: toybox)", "type": "string" } }, "required": [], "type": "object" }
Install Server

Other Tools from TOYBOX MCP Server

Related Tools

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/isnbh0/toybox-mcp-server'

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