Serverless Web MCP Server
by bnusunny
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (only used with http transport) | 3000 |
| MCP_TRANSPORT | No | Transport method (stdio or http) | stdio |
| TEMPLATES_PATH | No | Path to templates directory |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deployC | Deploy web applications to AWS, including database resources like DynamoDB tables. |
| get_logsC | Retrieve application logs from CloudWatch |
| get_metricsB | Fetch performance metrics for deployed applications |
| deployment_helpB | Get help with deployment requirements and troubleshooting |
| update_frontendB | Update frontend assets without redeploying the entire infrastructure |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| template-list | |
| deployment-list |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bnusunny/serverless-web-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server