Cloudcraft MCP for Windsurf
io.github.hypark5540/cloudcraft-mcp
Unofficial MCP server for reading and managing Cloudcraft architecture blueprints
client:Windsurf
transport:stdio
runtime:npm
Install Cloudcraft MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs