Overview
What is serverless-mcp-cli?
A command-line tool that scaffolds a new serverless Model Context Protocol (MCP) project on AWS, allowing developers to choose their preferred framework.
How to use serverless-mcp-cli?
Install globally via npm: npm install -g serverless-mcp-cli. Then run serverless-mcp-cli init with optional flags -d <directory> for custom output directory or -s for silent mode.
Key features of serverless-mcp-cli
- Initializes a serverless MCP project on AWS
- Supports choosing a preferred framework
- Provides a simple
initcommand - Allows custom directory via
-dflag - Offers silent mode via
-sflag - Includes built-in help command
Use cases of serverless-mcp-cli
- Quickly bootstrap a new MCP server project on AWS
- Standardize MCP project setup across teams
- Integrate MCP into serverless workflows with a chosen framework
FAQ from serverless-mcp-cli
What does serverless-mcp-cli do?
It initializes a serverless MCP project on AWS with your preferred framework.
How do I install serverless-mcp-cli?
Install globally via npm: npm install -g serverless-mcp-cli.
What commands are available?
The main command is serverless-mcp-cli init; also serverless-mcp-cli help.
Can I specify the output directory?
Yes, use the -d <directory> flag.
Is there a silent mode?
Yes, use the -s flag to suppress the welcome message.