Skip to main content
Glama

Documentation Search MCP Server

generate_project_starter

Quickly create new project directories using predefined templates like 'fastapi' or 'react-vite'. Streamlines project setup by generating structured project files based on specified inputs, ensuring a consistent starting point for development.

Instructions

Generates a starter project from a template (e.g., 'fastapi', 'react-vite'). Args: project_name: The name for the new project directory. template: The project template to use. Returns: A summary of the created project structure.

Input Schema

NameRequiredDescriptionDefault
project_nameYes
templateYes

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "Project Name", "type": "string" }, "template": { "title": "Template", "type": "string" } }, "required": [ "project_name", "template" ], "title": "generate_project_starterArguments", "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/anton-prosterity/documentation-search-mcp'

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