Skip to main content
Glama

Stacks Clarity MCP Server

generate_clarinet_project

Create a complete Clarinet project with proper structure, configuration, and starter smart contracts for Stacks blockchain development using predefined templates.

Instructions

Generate a complete Clarinet project setup with proper structure, configuration, and starter contracts.

Input Schema

NameRequiredDescriptionDefault
projectNameYesName of the Clarinet project to create
projectPathNoPath where to create the project (default: current directory)
templateNoProject template to use

Input Schema (JSON Schema)

{ "properties": { "projectName": { "description": "Name of the Clarinet project to create", "type": "string" }, "projectPath": { "description": "Path where to create the project (default: current directory)", "type": "string" }, "template": { "description": "Project template to use", "enum": [ "counter", "nft", "fungible-token", "empty" ], "type": "string" } }, "required": [ "projectName" ], "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/exponentlabshq/stacks-clarity-mcp'

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