sst-streaming-http-mcp-server
Created at 10 months ago
by madisonbullard
An SST monorepo that deploys an AWS Lambda and Cloudfront distribution for MCP streaming HTTP servers. Currently this doesn't include auth.
Categories
Tags
[]
What is sst-streaming-http-mcp-server?
The sst-streaming-http-mcp-server is an SST monorepo that deploys an AWS Lambda and Cloudfront distribution for MCP streaming HTTP servers, currently without authentication.
How to use sst-streaming-http-mcp-server?
To use the server, create a .env file from .env.example, install dependencies with bun install, launch development mode using bun dev, and deploy with bun deploy.
Key features of sst-streaming-http-mcp-server?
- Deploys AWS Lambda and Cloudfront for streaming HTTP servers.
- Easy setup with environment configuration.
- Integration with MCP Inspector for monitoring.
Use cases of sst-streaming-http-mcp-server?
- Streaming data through HTTP using AWS infrastructure.
- Monitoring and inspecting MCP servers with the MCP Inspector.
- Rapid deployment of serverless applications using SST.
FAQ from sst-streaming-http-mcp-server?
- Is authentication supported?
Currently, this project does not include authentication features.
- What is required to run this project?
You need to have
buninstalled to manage dependencies and run the server.
- Can I customize the deployment?
Yes, you can modify the
.envfile to customize your deployment settings.
View More
MCP Servers