strong-theory/mcp-serverless
3.2
If you are the rightful owner of mcp-serverless and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Serverless is a server implementation using AWS's serverless architecture, designed to handle model context protocols efficiently.
mcp-serverless
MCP Server de clima usando arquitetura serverless da AWS.
Arquitetura
Deploy com terraform
cd infra
terraform apply -auto-approve
Integração com vscode
Criar arquivo .vscode/mcp.json
{
"mcp": {
"servers": {
"weather-mcp-server": {
"url": "{mcp_url}",
"method": "POST",
"headers": {
"Content-Type": "application/json"
}
}
}
}
}