fastapi-mcp-langgraph-template

A modern template for agentic orchestration — built for rapid iteration and scalable deployment using highly customizable, community-supported tools like MCP, LangGraph, and more.

GitHub Stars

479

User Rating

Not Rated

Favorites

0

Views

47

Forks

69

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
FastAPI: 0.68.0 or higher
LangGraph: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/NicholasGoh/fastapi-mcp-langgraph-template.git
cd fastapi-mcp-langgraph-template

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
uvicorn main:app --host 0.0.0.0 --port 8000

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to access API endpoints Solution: Verify server host and port settings.

Additional Resources