Skip to main content
Glama

Goose App Maker MCP

by michaelneale

app_serve

Serve a web application locally using an HTTP server, automatically assigning an available port. Designed to handle one app at a time, this tool simplifies local deployment for web projects.

Instructions

Serve an existing web application on a local HTTP server. The server will automatically find an available port. Can only serve one app at a time Args: app_name: Name of the application to serve Returns: A dictionary containing the result of the operation

Input Schema

NameRequiredDescriptionDefault
app_nameYes

Input Schema (JSON Schema)

{ "properties": { "app_name": { "title": "App Name", "type": "string" } }, "required": [ "app_name" ], "title": "app_serveArguments", "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