Skip to main content
Glama

MCP Maker

generate_mcp_boilerplate

Create a new MCP server project with all required boilerplate files, including project name, description, and optional prompts or resources. Simplifies project setup for MCP Maker users.

Instructions

Creates a new MCP server project with all the necessary boilerplate files

Input Schema

NameRequiredDescriptionDefault
descriptionYes
include_promptsNo
include_resourcesNo
output_dirYes
project_nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "include_prompts": { "type": "boolean" }, "include_resources": { "type": "boolean" }, "output_dir": { "type": "string" }, "project_name": { "minLength": 1, "type": "string" } }, "required": [ "project_name", "description", "output_dir" ], "type": "object" }

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/CaptainCrouton89/mcp-maker'

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