productivity
Scaleway MCP, CLI, and Lua Integration for AI Agents
Scaleway integration docs for AI agents: MCP gateway setup, Scaleway CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Scaleway 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.
Machine-Readable Metadata
- integration_slug
scaleway- route_slug
scaleway- package
scaleway- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Scaleway CLIHeadless setup and direct function calls. Scaleway MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Scaleway MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Scaleway.
Claude Code Scaleway MCP setup for Claude Code. Cursor Scaleway MCP setup for Cursor. Codex Scaleway MCP setup for Codex. OpenAI Agents Scaleway MCP setup for OpenAI Agents SDK. Claude Agent SDK Scaleway MCP setup for Claude Agent SDK. Vercel AI SDK Scaleway MCP setup for Vercel AI SDK. LangChain Scaleway MCP setup for LangChain. LangGraph Scaleway MCP setup for LangGraph. CrewAI Scaleway MCP setup for CrewAI. MCP clients Scaleway MCP setup for Generic MCP Clients.
Scaleway CLI Matrix
Use these pages for direct Scaleway CLI workflows in scripts, CI, cron, and agent wrappers.
CI Scaleway CLI for CI. Cron Jobs Scaleway CLI for cron jobs. Shell Scripts Scaleway CLI for shell scripts. Headless Automation Scaleway CLI for headless automation. Coding Agents Scaleway CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
scaleway.scaleway_list_servers | Read read | 2 | List all servers in the Scaleway zone. Returns IDs, names, status, type, and IP addresses. |
scaleway.scaleway_get_server | Read read | 1 | Get details for a specific Scaleway server by ID. Returns full server information including image, volumes, and public IP. |
scaleway.scaleway_list_volumes | Read read | 2 | List all block storage volumes in the Scaleway zone. Returns IDs, names, size, type, and server attachment. |
scaleway.scaleway_list_snapshots | Read read | 2 | List all volume snapshots in the Scaleway zone. Returns IDs, names, size, and creation date. |
scaleway.scaleway_list_security_groups | Read read | 2 | List all security groups (firewall rule sets) in the Scaleway zone. Returns IDs, names, descriptions, and rules. |
scaleway.scaleway_list_ips | Read read | 2 | List all flexible IPs in the Scaleway zone. Returns IDs, addresses, and server assignments. |
scaleway.scaleway_get_current_user | Read read | 0 | Get information about the current authenticated Scaleway account, including email, organization, and status. |