Skip to main content
Glama

MCP Server Builder

by joe-watkins

create_mcp_server

Generate a new MCP server project with proper structure and configuration in the current directory, supporting automatic capability detection from existing files.

Instructions

Generate a new MCP server project with proper structure and configuration in the current directory

Input Schema

NameRequiredDescriptionDefault
nameYesProject name (kebab-case recommended)
descriptionNoProject description
authorNoAuthor name
outputPathNoTarget directory (defaults to current working directory)
includeResourcesNoInclude resources capability and example resource (default: false)
analyzeFilesNoFile paths to analyze for automatically determining capabilities (will auto-enable resources if data files detected)
createSubdirectoryNoCreate project in a new subdirectory (default: false, creates in current directory)

Input Schema (JSON Schema)

{ "properties": { "analyzeFiles": { "description": "File paths to analyze for automatically determining capabilities (will auto-enable resources if data files detected)", "items": { "type": "string" }, "type": "array" }, "author": { "description": "Author name", "type": "string" }, "createSubdirectory": { "description": "Create project in a new subdirectory (default: false, creates in current directory)", "type": "boolean" }, "description": { "description": "Project description", "type": "string" }, "includeResources": { "description": "Include resources capability and example resource (default: false)", "type": "boolean" }, "name": { "description": "Project name (kebab-case recommended)", "type": "string" }, "outputPath": { "description": "Target directory (defaults to current working directory)", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from MCP Server Builder

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/joe-watkins/MCP-Builder'

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