GitHub Stars
548
User Rating
Not Rated
Favorites
0
Views
7
Forks
101
Issues
5
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Python: 3.6 or higher
pip: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/esxr/langgraph-mcp.git
cd langgraph-mcp
python3 -m venv .venv
source .venv/bin/activate
2. Install LangGraph CLI
bash
pip install -U "langgraph-cli[inmem]"
3. Install Dependencies
bash
pip install -e .
4. Configure Environment Variables
bash
cp env.example .env
OPENAI_API_KEY
and GITHUB_PERSONAL_ACCESS_TOKEN
to the .env
file.
Note: Support for Milvus Lite Retriever is included, but it does not work on Windows.Additional Resources
Author Information
37
Followers
39
Repositories
1
Gists
0
Total Contributions