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
Conversation Threading
QuickStart supports conversation history with thread IDs:Streaming Responses
For real-time output:Configuration Options
TheQuickStartConfig model defines all options: