lambda-cli

Strand-AI/lambda-cli
★ 20 stars Rust 💻 Code/Dev Tools Updated 3mo ago
Unofficial CLI and MCP server for Lambda cloud GPU instances
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lambda-cli": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "lambda-cli"
      ]
    }
  }
}