sst-streaming-http-mcp-server

Created at 7 months ago

by madisonbullard

starstarstarstarstar

An SST monorepo that deploys an AWS Lambda and Cloudfront distribution for MCP streaming HTTP servers. Currently this doesn't include auth.

Categories

cloud-platforms

Tags

[]

sst-streaming-http-mcp-server

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?

  1. Streaming data through HTTP using AWS infrastructure.
  2. Monitoring and inspecting MCP servers with the MCP Inspector.
  3. 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 bun installed to manage dependencies and run the server.

  • Can I customize the deployment?

Yes, you can modify the .env file to customize your deployment settings.

View More