Skip to main content
Glama

Goose App Maker MCP

by michaelneale

app_create

Generate a new web application directory and initialize it with starter files using the Goose App Maker MCP. Customize the included utility file for API calls and replace content to build your app.

Instructions

Create a new web application directory and copy starter files. The starter files are for you to replace with actual content, you don't have to use them as is. the goose_api.js file is a utility you will want to keep in case you need to do api calls as part of your app via goose. Args: app_name: Name of the application (will be used as directory name) description: Brief description of the application (default: "") Returns: A dictionary containing the result of the operation After this, consider how you want to change the app to meet the functionality, look at the examples in resources dir if you like. Or, you can replace the content with existing html/css/js files you have (just make sure to leave the goose_api.js file in the app dir) Use the app_error tool once it is opened and user has interacted (or has started) to check for errors you can correct the first time, this is important to know it works.

Input Schema

NameRequiredDescriptionDefault
app_nameYes
descriptionNo

Input Schema (JSON Schema)

{ "properties": { "app_name": { "title": "App Name", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" } }, "required": [ "app_name" ], "title": "app_createArguments", "type": "object" }
Install Server

Other Tools from Goose App Maker MCP

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/michaelneale/goose-app-maker-mcp'

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