★ 2 stars
Python
🔒 Security
Updated 1mo ago
mcp-streamable-http-server provides a comprehensive development template for building StreamableHttp services with flexible authentication, dynamic service registration, customizable middleware, and easy tool configuration via YAML.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-streamable-http-": {
"command": "uvx",
"args": [
"mcp-streamable-http-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-streamable-http- uvx mcp-streamable-http-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-streamable-http-": {
"command": "uvx",
"args": [
"mcp-streamable-http-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-streamable-http-server
Topics
amazon-web-services authentication aws-lambda dynamic-services lambda-functions mcp-hub mcp-router mcp-server mcp-server-typescript middleware python quip starlette streamablehttp