DEPRECATED
@aal80
About DEPRECATED
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"simple-mcp-server-on-lambda": {
"command": "node",
"args": [
"src/client.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DEPRECATED?
A prototype MCP server that runs natively on AWS Lambda and Amazon API Gateway using the Streamable HTTP transport. It is deprecated in favor of the sample-serverless-mcp-servers repo.
How to use DEPRECATED?
Install npm dependencies, bootstrap the server with Terraform (init, plan, apply), export the endpoint URL, then run the provided client with node src/client.js.
Key features of DEPRECATED
- Runs natively on AWS Lambda and API Gateway
- Uses Streamable HTTP transport (v2025-03-26)
- Simple architecture (no bridging components)
- Provides a single
pingtool - Prototype implementation
Use cases of DEPRECATED
- Learning how to deploy an MCP server on AWS serverless stack
- Prototyping MCP integrations with minimal overhead
- Testing Streamable HTTP transport in a cloud environment
FAQ from DEPRECATED
What transport does DEPRECATED use?
It uses the Streamable HTTP transport introduced in the MCP specification v2025-03-26.
What tools does DEPRECATED provide?
It provides a single tool called ping which returns pong.
What are the prerequisites for DEPRECATED?
AWS CLI and Terraform are required to deploy the server.
Is DEPRECATED production‑ready?
No, it is merely a prototype and is deprecated. Use the official sample-serverless-mcp-servers repo instead.
Where can I find the replacement for DEPRECATED?
Use this repo: https://github.com/aws-samples/sample-serverless-mcp-servers.
Frequently asked questions
What transport does DEPRECATED use?
It uses the Streamable HTTP transport introduced in the MCP specification v2025-03-26.
What tools does DEPRECATED provide?
It provides a single tool called `ping` which returns `pong`.
What are the prerequisites for DEPRECATED?
AWS CLI and Terraform are required to deploy the server.
Is DEPRECATED production‑ready?
No, it is merely a prototype and is deprecated. Use the official sample-serverless-mcp-servers repo instead.
Where can I find the replacement for DEPRECATED?
Use this repo: https://github.com/aws-samples/sample-serverless-mcp-servers.
Basic information
More Cloud & Infrastructure MCP servers
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Comments