Skip to content
VS Code

Synlake for VS Code

ai.synlake/synlake

Unified API to query AWS, GCP, Azure and generate Terraform/CLI execution kits for AI agents.

client:VS Code transport:streamable-http

Install Synlake in VS Code

.vscode/mcp.json

{
  "servers": {
    "synlake": {
      "type": "http",
      "url": "https://api.synlake.ai/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Synlake in other clients