io.github.cyanheads
mcp-ts-template
A production-grade TypeScript template for scalable MCP servers with built-in observability.
self-hostedcommunityapplication
Package Details
mcp-ts-template
Transportstdio
Runtimebun
Arguments
Package Arguments
Positional
Positional
Environment Variables
MCP_LOG_LEVEL
Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').
Default:
info
mcp-ts-template
Transportstreamable-http
Runtimebun
Arguments
Package Arguments
Positional
Positional
Environment Variables
MCP_HTTP_HOST
The hostname for the HTTP server.
Default:
127.0.0.1
MCP_HTTP_PORT
The port to run the HTTP server on.
Default:
3010
MCP_HTTP_ENDPOINT_PATH
The endpoint path for the MCP server.
Default:
/mcp
MCP_AUTH_MODE
Authentication mode to use: 'none', 'jwt', or 'oauth'.
Default:
none
MCP_LOG_LEVEL
Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').
Default:
info