Skip to main content

QuickStart Presets

MCP Server LangGraph provides pre-configured presets for different deployment scenarios: This guide covers the QuickStart preset for rapid agent development.

QuickStart Preset

The QuickStart preset provides:
  • In-memory checkpointing (LangGraph MemorySaver)
  • Free LLM defaults (Gemini Flash)
  • No Docker required
  • No authentication needed
  • Simple agent creation
  • FastAPI server ready

Quick Start


Creating Agents

Basic Agent

Agent with Tools

Agent with Custom Settings


Available LLMs

The QuickStart preset supports these free-tier friendly models:

Creating a FastAPI Application

Generate a complete REST API for your agent:

API Endpoints

The generated app includes:

Example Request

Response:

Conversation Threading

QuickStart supports conversation history with thread IDs:

Streaming Responses

For real-time output:

Configuration Options

The QuickStartConfig model defines all options:

Migrating to Production

When ready for production, migrate from QuickStart to the full deployment:

Step 1: Add Persistence

Step 2: Add Authentication

Step 3: Add Observability

Step 4: Deploy to Kubernetes


Limitations

The QuickStart preset is designed for learning and prototyping. It has these limitations:

Examples

Research Assistant

Code Helper

Customer Support Bot