home / mcp / scaleway functions mcp server
MCP server to manage and deploy Scaleway Serverless Functions using the Model Context Protocol standard.
Configuration
View docs{
"mcpServers": {
"cyclimse-mcp-scaleway-functions": {
"url": "http://localhost:8080",
"headers": {
"SCW_DEFAULT_REGION": "nl-ams"
}
}
}
}Create and deploy a new function namespace.
List all function namespaces.
Delete a function namespace.
List all functions in a namespace.
List all available function runtimes.
Create and deploy a new function.
Update the code or the configuration of an existing function.
Delete a function.
Download the code of a function.
Fetch the logs of a function.
Add a dependency to a local function.