Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AICRE8_API_KEYYesYour API key (starts with ak_live_)
AICRE8_API_URLNoAPI base URLhttps://aicre8.dev/api/v1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projects

List all your AICre8 projects with their IDs, names, and preview URLs

create_project

Create a new AICre8 project. Returns the project ID and URL ID.

generate_code

Send a prompt to generate or modify code in an AICre8 project using AI. The AI will write files, install packages, and update the project. Costs 1 credit per call.

read_file

Read a file from the project sandbox. Requires an active sandbox (run generate_code first to boot it).

write_file

Write or update a file in the project sandbox. Creates parent directories automatically.

run_command

Execute a shell command in the project sandbox (e.g. npm install, npm run build). Max timeout 5 minutes.

deploy_project

Deploy the project to a live branded URL (e.g. my-project.aicre8.app). Pass a map of file paths to contents. Use b64 prefix for binary file content.

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/AICre8dev/mcp-server'

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