Skip to main content
Glama
bnusunny

Serverless Web MCP Server

by bnusunny

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP server port (only used with http transport)3000
MCP_TRANSPORTNoTransport method (stdio or http)stdio
TEMPLATES_PATHNoPath to templates directory

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
template-list
deployment-list

TDQS

B3.3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: deploying, getting help, retrieving logs, fetching metrics, and updating frontend assets. No ambiguity between them.

Naming Consistency3/5

Most tools follow a verb_noun pattern (get_logs, get_metrics, update_frontend), but 'deploy' is a lone verb without an object, and 'deployment_help' is a noun+verb compound. This inconsistency could be confusing.

Tool Count5/5

Five tools is well-scoped for a server focused on deployment and management of web apps on AWS. It covers essential operations without being excessive.

Completeness3/5

Core deployment, updates, logs, and metrics are covered, but missing operations like rollback, undeploy, or database updates create notable gaps for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues