
Lambda MCP
Supports UIby strand-ai
Manage Lambda cloud GPU instances directly through AI assistants like Claude.
What it does
Connects AI assistants to the Lambda cloud GPU infrastructure, allowing them to monitor and manage high-performance compute instances.
Tools
list_gpu_types: List all available GPU instance types with pricing, specs, and current availability.start_instance: Launch a new GPU instance (auto-notifies if configured).stop_instance: Terminate a running instance.list_running_instances: Show all running instances with status and connection details.check_availability: Check if a specific GPU type is available.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"lambda": {
"command": "npx",
"args": ["-y", "@strand-ai/lambda-mcp"],
"env": {
"LAMBDA_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx @strand-ai/lambda-mcpInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






