sst-streaming-http-mcp-server
The SST Streaming HTTP MCP Server is a monorepo designed to deploy AWS Lambda and Cloudfront distribution for MCP streaming HTTP servers.
sst-streaming-http-mcp-server
This is an SST monorepo that deploys an AWS Lambda and Cloudfront distribution for MCP streaming HTTP servers. Currently this doesn't include auth.
Setup
- Recommended: Follow the SST guide to set up your AWS org/accounts
- Use
.env.example
to create your own.env
file bun install
bun dev
to launch SST dev modebun deploy
to deploy
Using MCP Inspector (@modelcontextprotocol/inspector)
bun dev
to launch SST dev modebun mcp-inspect
to launch MCP Inspector- Launch the UI in the browser at http://127.0.0.1:6274
- Select Transport Type: Streamable HTTP
- Input the URL to the MCP server
- This will be the URL of the API Router that you deployed, displayed in
bun dev
output. - Append the proper routing to the
/mcp
endpoint:{CLOUDFRONT_URL_FROM_SST}/mcp/test-server/mcp
- This will be the URL of the API Router that you deployed, displayed in
Coding style
- Ensure
bun typecheck
andbun check
pass. You can runbun fix
to format the code.- To use the git hooks in the repo's
.githooks
folder, which will save you from waiting for CI to tell you that you forgot to these commands, run this:git config core.hookspath .githooks
- To use the git hooks in the repo's
Related MCP Servers
View all cloud_platforms servers →Figma-Context-MCP
by GLips
Framelink Figma MCP Server allows AI-powered coding tools to access Figma design data, enhancing design implementation accuracy.
edgeone-pages-mcp
by TencentEdgeOne
An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.
HubSpot
by PipedreamHQ
Pipedream MCP Server is a reference implementation that allows you to run your own MCP server for over 2,500 apps and APIs, powered by Pipedream Connect.
mcp-atlassian
by sooperset
Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Confluence & Jira Cloud and Server/Data Center deployments.
Nx MCP Server
by nrwl
A Model Context Protocol server implementation for Nx, providing LLMs with deep access to monorepo structures.
mcp-grafana
by grafana
A Model Context Protocol (MCP) server for Grafana providing access to your Grafana instance and its ecosystem.