Cloudcraft MCP for Gemini CLI
io.github.hypark5540/cloudcraft-mcp
Unofficial MCP server for reading and managing Cloudcraft architecture blueprints
client:Gemini CLI
transport:stdio
runtime:npm
Install Cloudcraft MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cloudcraft-mcp": {
"command": "npx",
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "<CLOUDCRAFT_API_KEY>",
"CLOUDCRAFT_BASE_URL": "<CLOUDCRAFT_BASE_URL>",
"CLOUDCRAFT_LOG_LEVEL": "<CLOUDCRAFT_LOG_LEVEL>",
"CLOUDCRAFT_EXPORT_DIR": "<CLOUDCRAFT_EXPORT_DIR>",
"CLOUDCRAFT_ENABLE_WRITES": "<CLOUDCRAFT_ENABLE_WRITES>",
"CLOUDCRAFT_ENABLE_DELETES": "<CLOUDCRAFT_ENABLE_DELETES>",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "<CLOUDCRAFT_MAX_RESPONSE_BYTES>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs