sst-streaming-http-mcp-server
@madisonbullard
About sst-streaming-http-mcp-server
An SST monorepo that deploys MCP streaming HTTP servers via Hono on a Lambda. Currently this doesn't include auth.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 sst-streaming-http-mcp-server?
sst-streaming-http-mcp-server is an SST monorepo that deploys an AWS Lambda and CloudFront distribution to host MCP (Model Context Protocol) streaming HTTP servers. It is intended for developers who want to deploy MCP servers on AWS infrastructure using SST. Currently, the deployment does not include authentication.
How to use sst-streaming-http-mcp-server?
Set up an AWS account (see SST guide), copy .env.example to .env, run bun install, then bun dev to launch SST dev mode or bun deploy to deploy. Use the MCP Inspector by running bun dev then bun mcp-inspect, and in the browser at http://127.0.0.1:6274 select Streamable HTTP transport, input the CloudFront URL from SST output appended with /mcp/test-server/mcp.
Key features of sst-streaming-http-mcp-server
- Deploys AWS Lambda and CloudFront distribution.
- Supports MCP streaming HTTP transport.
- Uses SST for infrastructure as code.
- Includes MCP Inspector integration for testing.
- No built-in authentication (currently).
- Code formatting and type checking via bun.
Use cases of sst-streaming-http-mcp-server
- Hosting an MCP server on AWS with streaming HTTP.
- Rapid prototyping of MCP servers using SST.
- Testing MCP server endpoints with MCP Inspector.
- Deploying a serverless MCP endpoint in a personal AWS account.
FAQ from sst-streaming-http-mcp-server
What is the transport type used?
Streamable HTTP transport via MCP Inspector.
Does this include authentication?
No, currently the deployment does not include auth.
What are the runtime requirements?
The project requires bun, and uses SST for AWS deployment. You need a configured AWS account.
How do I connect to the MCP server?
Use the CloudFront URL from SST output, append /mcp/test-server/mcp as the endpoint path.
What commands are available for development?
bun dev for SST dev mode, bun deploy for deployment, bun mcp-inspect for MCP Inspector, and bun typecheck, bun check, bun fix for code quality.
Frequently asked questions
What is the transport type used?
Streamable HTTP transport via MCP Inspector.
Does this include authentication?
No, currently the deployment does not include auth.
What are the runtime requirements?
The project requires bun, and uses SST for AWS deployment. You need a configured AWS account.
How do I connect to the MCP server?
Use the CloudFront URL from SST output, append `/mcp/test-server/mcp` as the endpoint path.
What commands are available for development?
`bun dev` for SST dev mode, `bun deploy` for deployment, `bun mcp-inspect` for MCP Inspector, and `bun typecheck`, `bun check`, `bun fix` for code quality.
Basic information
More Cloud & Infrastructure MCP servers
๐ Docker MCP server
ckreilingMCP server for Docker
tfmcp: Terraform Model Context Protocol Tool
nwiizo๐ Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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.

Nippy
NippyNippy is drag-and-drop hosting (nippy.host) with an MCP server: connect it and your assistant can publish HTML, folders of photos, or file downloads to a live *.nippy.site URL โ and keep editing the site in place at the
Comments