Skip to main content
Glama

Code MCP Server

by block

create_project

Generate a new project with predefined boilerplate using the Model Context Protocol. Specify project name, type, and location to initiate creation seamlessly.

Instructions

Create a new project with boilerplate

Input Schema

NameRequiredDescriptionDefault
nameYesProject name
pathNoWhere to create the project
typeYesProject type

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Project name", "type": "string" }, "path": { "description": "Where to create the project", "type": "string" }, "type": { "description": "Project type", "type": "string" } }, "required": [ "name", "type" ], "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/block/vscode-mcp'

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