Back to Home
nunaszek icon

mcp-streamable-http-server

by nunaszek

Overview

A development template for creating StreamableHttp services with flexible authentication, dynamic service registration, customizable middleware, and YAML-based tool configuration.

Installation

Run Command
uv run server

Environment Variables

  • HOST
  • PORT
  • SERVER_NAME
  • JSON_RESPONSE
  • LOG_LEVEL
  • APP_VERSION
  • DATABASE_URL

Security Notes

The provided `AuthorizeMiddleware` includes a `_verify_token` method that always returns `True` (a `TODO` placeholder). This means authentication is completely bypassed, and any API key provided by a client will be treated as valid and stored, allowing unauthorized access and session creation. Running this server as-is in a production environment is highly insecure and should not be done without implementing proper token verification.

Similar Servers

Stats

Interest Score32
Security Score1
Cost ClassLow
Stars2
Forks1
Last Update2026-01-19

Tags

MCPHTTP ServerStreamable HTTPAuthenticationMiddleware