MCP Server Boilerplate

MCPReference

by SekiroKenjii

Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.

mcphybrid

MCP configuration

stdio

Environment

  • HOST

    HTTP bind address

  • PORT

    HTTP port

  • NODE_ENV

    production emits plain JSON logs

  • LOG_LEVEL

    fatal…trace/silent

  • AUTH_TOKENSsecret

    Comma-separated tokens accepted by the example verifier.

  • AUTH_ENABLED

    Require a bearer token on /mcp (HTTP transport).

  • CORS_ORIGINS

    Comma-separated CORS origins for browser clients. Empty disables CORS.

  • ALLOWED_HOSTS

    Allowed Host hostnames (port-agnostic). Empty disables protection.

  • MCP_TRANSPORT

    stdio or http (CLI --transport wins)

  • AUTH_REQUIRED_SCOPES

    Comma-separated scopes every token must carry.

  • AUTH_RESOURCE_METADATA_URL

    Protected Resource Metadata URL advertised in 401 responses.

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.