Skip to main content
Glama
carlosge492

app-generation-microservice

by carlosge492

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_URLNoRedis URL for multi-process safety and durable execution.
X402_PAY_TONoReceiving address for x402 payments.
FLUTTER_ROOTNoPath to the Flutter SDK. Alternatively, pass --flutter-root.
X402_NETWORKNoNetwork name for x402 (e.g., base-sepolia).
X402_CHAIN_IDNoChain ID for x402 payments (e.g., 84532 for Base Sepolia).
ANDROID_SDK_ROOTNoPath to the Android SDK. Required for release builds to verify they are unsigned.
ANTHROPIC_API_KEYNoAPI key for the Claude generator. Required if SUPERVISOR_GENERATOR is 'claude' (the default).
BUILDS_RATE_LIMITNoRate limit for POST /builds per address per window; '0' disables.20
CHROME_EXECUTABLENoPath to a Chrome-for-Testing executable for integration tests.
X402_PRICE_ATOMICNoPrice per build in atomic units (e.g., 3000000 for 3.00 USDC).
BUILD_MAX_ATTEMPTSNoMax build attempts before giving up.3
EMULATOR_JAVA_HOMENoJava home for the Firestore emulator (JDK 21+).
X402_SHARED_SECRETNoShared secret for x402 payment verification. If not set, the service refuses payments (fails closed).
BUILD_LEASE_SECONDSNoHow long a silent worker keeps its job.300
X402_TOKEN_CONTRACTNoUSDC token contract address for x402 payments.
SUPERVISOR_GENERATORNoGenerator to use: 'template' or 'claude' (default 'claude').claude
X402_FACILITATOR_URLNoURL of the x402 facilitator for settlement verification and submission.
BUILD_WORKER_EMBEDDEDNoWhether the API process also builds.1
SUPERVISOR_BUILD_MODENoBuild mode: 'debug' or 'release'.
BUILD_HEARTBEAT_SECONDSNoHow often a working worker reports.30
BUILDS_RATE_WINDOW_SECONDSNoWindow in seconds for the rate limit.60

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/carlosge492/app-generation-microservice'

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