Loading MCP server directory, please wait...
Unofficial MCP server for reading and managing Cloudcraft architecture blueprints
npx @getmcp/cli add io.github.hypark5540/cloudcraft-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CLOUDCRAFT_API_KEYCloudcraft API key with access to the target account
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hypark5540/cloudcraft-mcp": {
"command": "npx",
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"env": {
"CLOUDCRAFT_API_KEY": "",
"CLOUDCRAFT_BASE_URL": "https://api.cloudcraft.co",
"CLOUDCRAFT_LOG_LEVEL": "WARNING",
"CLOUDCRAFT_EXPORT_DIR": "",
"CLOUDCRAFT_ENABLE_WRITES": "false",
"CLOUDCRAFT_ENABLE_DELETES": "false",
"CLOUDCRAFT_MAX_RESPONSE_BYTES": "26214400"
}
}
}
}