Scaleway MCP Server (io.github.scaleway/scaleway-mcp)
Scaleway MCP server for interacting with the Scaleway APIs by exposing Scaleway CLI commands as AI tools. It runs an MCP server over stdio, intended to be connected by MCP-compatible AI assistants.
🛠️ Key Features
- Provides MCP server functionality for the Scaleway CLI
- Exposes Scaleway CLI commands as MCP tools
- Starts over stdio via
scw mcp server serve
🚀 Use Cases
- Connect MCP-compatible AI assistants to Scaleway CLI actions
- Perform Scaleway API interactions through AI tool calls
⚡ Developer Benefits
- Tooling is based on the existing Scaleway CLI command set
- Uses the same configuration as the CLI:
- Config file:
~/.config/scw/config.yamlor$SCW_CONFIG_PATH - Environment variables:
SCW_ACCESS_KEY,SCW_SECRET_KEY, etc.
- Config file:
⚠️ Limitations
- Tool catalog details beyond “All CLI commands” are not included in the provided excerpt
- The setup instructions and configuration are CLI-focused and do not describe alternatives