Skip to main content
Glama

scaffold_server

Generate a runnable MCP server project with tool definitions, license gating for paid features, and hosting options for local or remote deployment.

Instructions

Scaffold a complete, runnable MCP server project. Pass the package name, description, and a JSON array of tool definitions. Each tool def: {name, description, parameters: [{name, type, required, description, default}], returns}. The generated server runs immediately with stub implementations. Set paid=true to add license key gating via the MCP Marketplace SDK. Set paid_tools to a JSON array of tool names to gate (omit to gate all). Set hosting="remote" for an SSE/HTTP server with Dockerfile (default: "local" for stdio).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYes
descriptionYes
toolsYes
output_dirNo.
env_varsNo
paidNo
paid_toolsNo
hostingNolocal

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/gmoneyn/mcp-creator'

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