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
Installation
Prerequisites
Please specify required software and versions: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
0
Followers
0
Repositories
0
Gists
0
Total Contributions
pAPI is a modular micro-framework built on FastAPI, designed for composing scalable, tool-oriented APIs. It features a plug-and-play addon system, LLM tooling integration, and multi-database support, allowing developers to efficiently design and implement APIs. Its performance-optimized architecture and standardized API responses enhance usability and maintainability.
Zenodo MCP is a comprehensive toolkit for interacting with Zenodo records through the Model Context Protocol (MCP). It offers two main implementations: a Python-based MCP server for direct integration with environments like Cursor IDE, and a FastAPI-based MCP API for integration with LLM frameworks. It is designed for developers seeking seamless access to Zenodo resources with simple configuration and standardized API access.