★ 1 stars
TypeScript
⚙️ DevOps
Updated 10d ago
Serverless MCP server on AWS Lambda — Streamable HTTP via API Gateway, built with the official MCP TypeScript SDK.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aws-serverless-mcp-s": {
"command": "npx",
"args": [
"-y",
"goodandco/aws-serverless-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add aws-serverless-mcp-s npx -y goodandco/aws-serverless-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"aws-serverless-mcp-s": {
"command": "npx",
"args": [
"-y",
"goodandco/aws-serverless-mcp-server"
]
}
}
}