Scaleway MCP Server
Allows listing Kubernetes clusters managed through Scaleway.
Provides tools to list and get details of MySQL databases.
Provides tools to list and get details of PostgreSQL databases.
Allows listing Redis clusters.
Provides tools to manage Scaleway cloud infrastructure, including compute instances, databases, storage buckets, Kubernetes clusters, load balancers, serverless functions and containers, Redis clusters, private networks, and marketplace images.
Allows listing serverless functions and containers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Scaleway MCP ServerList all my compute instances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Scaleway MCP Server
A comprehensive Model Context Protocol (MCP) server for managing Scaleway cloud infrastructure. This server provides both local STDIO and HTTP-based interfaces for seamless integration with MCP clients.
🚀 Features
Complete Scaleway API Coverage: Manage instances, databases, storage, networking, and more
Dual Deployment Options: Local STDIO server and HTTP server for remote access
Serverless Ready: Deploy to Scaleway Serverless Containers with one command
MCP Protocol Compliant: Full support for MCP 2024-11-05 specification
Production Ready: Docker containerization, health checks, and monitoring
Related MCP server: hcloud-mcp
🛠️ Available Tools
Instance Management
list_instances- List all compute instancesget_instance- Get detailed instance informationstart_instance- Start stopped instancesstop_instance- Stop running instances
Kubernetes
list_k8s_clusters- List all Kubernetes clusters
Database Management
list_databases- List PostgreSQL, MySQL databasesget_database- Get detailed database information
Object Storage
list_buckets- List all S3-compatible storage buckets
Container Registry
list_registries- List container registries and images
Load Balancers
list_load_balancers- List all load balancers
Serverless
list_functions- List all serverless functionslist_containers- List all serverless containers
Redis & Networking
list_redis_clusters- List Redis clusterslist_private_networks- List VPCs and private networks
Marketplace
list_marketplace_images- Browse available OS/app images
📦 Quick Start
1. Local Development
# Clone the repository
git clone <repository-url>
cd scaleway-mcp-server
# Install dependencies
uv sync
# Set up environment variables
cp .env.example .env
# Edit .env with your Scaleway credentials
# Run the STDIO server
uv run scaleway_server.py
# Or run the HTTP server
uv run scaleway_http_server.py2. Serverless Deployment
# Configure Scaleway CLI
scw init
# Deploy to Scaleway Serverless Containers
./deploy.sh🔧 Configuration
Environment Variables
Variable | Description | Example |
| Scaleway access key |
|
| Scaleway secret key |
|
| Scaleway project ID |
|
| Scaleway organization ID |
|
| Default region |
|
| Default zone |
|
MCP Client Configuration
For HTTP transport:
{
"mcpServers": {
"scaleway": {
"transport": "http",
"url": "https://your-deployment-url/mcp"
}
}
}For STDIO transport:
{
"mcpServers": {
"scaleway": {
"command": "uv",
"args": ["run", "scaleway_server.py"],
"cwd": "/path/to/scaleway-mcp-server"
}
}
}🐳 Docker Deployment
# Build the image
docker build -t scaleway-mcp-server .
# Run locally
docker run -p 8080:8080 \
-e SCW_ACCESS_KEY=your_access_key_here \
-e SCW_SECRET_KEY=your_secret_key_here \
-e SCW_PROJECT_ID=your_project_id_here \
-e SCW_ORGANIZATION_ID=your_organization_id_here \
scaleway-mcp-server📚 Documentation
🔐 Security
Never commit real credentials to version control
Use environment variables or secure secret management
The server validates API credentials on startup
All API calls use official Scaleway SDK with proper authentication
🤝 Contributing
Fork the repository
Create a feature branch
Make your changes
Test thoroughly
Submit a pull request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🆘 Support
Check the documentation for detailed guides
Open an issue for bugs or feature requests
Review the architecture design for technical details
🏗️ Architecture
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ MCP Client │ │ Scaleway MCP │ │ Scaleway API │
│ (Manus, etc) │◄──►│ Server │◄──►│ (Official) │
└─────────────────┘ └──────────────────┘ └─────────────────┘
│
▼
┌──────────────────┐
│ Scaleway Cloud │
│ Infrastructure │
└──────────────────┘The server acts as a bridge between MCP clients and the Scaleway cloud platform, providing a standardized interface for infrastructure management.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/klogins-hash/scaleway-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server