FrontMCP supports multiple deployment targets out of the box. The sameDocumentation Index
Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
Use this file to discover all available pages before exploring further.
@FrontMcp server code deploys to any platform — only the build adapter and infrastructure config change.
| Target | Runtime | Session Storage | Cold Start | Best For |
|---|---|---|---|---|
| Node.js / Docker | Long-running | In-memory or Redis | None | Full-featured servers |
| Vercel | Serverless | Vercel KV or Redis | Low (~50–250 ms) | Edge-first deployments |
| AWS Lambda | Serverless | Redis / DynamoDB | Moderate (~100–500 ms) | AWS-native infrastructure |
| Cloudflare Workers | Edge | KV / Durable Objects | Minimal (~1–10 ms) | Ultra-low latency |
| MCP Bundle (MCPB) | Client-spawned | SQLite / memory | N/A (user machine) | One-click installs in Claude Desktop |
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
MCP Bundle (MCPB)
Package a one-click
.mcpb archive for Claude DesktopRedis Setup
Configure session and token storage