productivity
Lambda Labs MCP, CLI, and Lua Integration for AI Agents
Lambda Labs integration docs for AI agents: MCP gateway setup, Lambda Labs CLI commands, Lua API reference, credentials, and function schemas.Lambda Labs for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
lambda-labs.lambda_labs_list_instances | Read read | 0 | List all GPU instances in the Lambda Labs account. Returns instance IDs, names, status, IP addresses, and GPU configuration. |
lambda-labs.lambda_labs_get_instance | Read read | 1 | Get details for a specific Lambda Labs GPU instance by ID. Returns full instance information including status, IP, region, and GPU type. |
lambda-labs.lambda_labs_launch_instance | Write write | 6 | Launch a new GPU instance on Lambda Labs. Requires a region name, instance type, SSH key IDs, and optionally a name and image. |
lambda-labs.lambda_labs_list_ssh_keys | Read read | 0 | List all SSH keys registered in the Lambda Labs account. Returns key IDs, names, and public key fingerprints. |
lambda-labs.lambda_labs_list_instance_types | Read read | 0 | List all available GPU instance types on Lambda Labs. Returns specs including GPU model, VRAM, vCPUs, memory, and pricing. |
lambda-labs.lambda_labs_list_images | Read read | 0 | List all available machine images on Lambda Labs. Returns image IDs, names, and descriptions for OS templates and custom images. |
lambda-labs.lambda_labs_get_current_user | Read read | 0 | Get information about the current authenticated Lambda Labs user, including email, user ID, and account status. |