Skip to main content
Glama

TOYBOX MCP Server

by isnbh0

setup_remote

Configure a GitHub remote repository for an existing local TOYBOX project, including optional private settings and GitHub Pages activation, using the TOYBOX MCP Server.

Instructions

Set up a GitHub remote repository for an existing local TOYBOX (one-time setup)

Input Schema

NameRequiredDescriptionDefault
enablePagesNoEnable GitHub Pages for the repository (default: true)
isPrivateNoCreate repository as private (default: false)
repoNameYesName for the GitHub repository

Input Schema (JSON Schema)

{ "properties": { "enablePages": { "default": true, "description": "Enable GitHub Pages for the repository (default: true)", "type": "boolean" }, "isPrivate": { "default": false, "description": "Create repository as private (default: false)", "type": "boolean" }, "repoName": { "description": "Name for the GitHub repository", "type": "string" } }, "required": [ "repoName" ], "type": "object" }

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