docs/sf/guides/mcp/README.md
The Serverless MCP Server is an implementation of the Model Context Protocol (MCP) that provides a set of tools for working with cloud resources and services across multiple Infrastructure as Code (IaC) solutions. It enables AI assistants to interact with your cloud infrastructure, helping you diagnose issues, retrieve information, and understand your serverless applications.
::youtube{id="FW6IpZv_xUU"}
Install the Serverless Framework if you haven't already:
npm install -g serverless
Then, you configure the MCP Server in your host application:
{
"mcpServers": {
"serverless": {
"command": "serverless",
"args": ["mcp"]
}
}
}
For detailed setup instructions, see the Setup Guide.
provider.region setting in your infrastructure configuration file