Skip to main content
FrontMCP supports multiple deployment targets out of the box. The same @FrontMcp server code deploys to any platform — only the build adapter and infrastructure config change.
TargetRuntimeSession StorageCold StartBest For
Node.js / DockerLong-runningIn-memory or RedisNoneFull-featured servers
VercelServerlessVercel KV or RedisLow (~50–250 ms)Edge-first deployments
AWS LambdaServerlessRedis / DynamoDBModerate (~100–500 ms)AWS-native infrastructure
Cloudflare WorkersEdgeKV / Durable ObjectsMinimal (~1–10 ms)Ultra-low latency
Note: Cold-start timings are approximate ranges that vary by provider, region, bundle size, and workload.

Local Development

Hot-reload development server

Production Build

Build optimized production bundles

Serverless

Vercel, Lambda, and Cloudflare deployment

Redis Setup

Configure session and token storage