simple_mcp_server_with_langgraph logo

simple_mcp_server_with_langgraph

by EunsuGoh

A simple MCP (Message Control Protocol) server implemented with Langgraph. It includes examples of simple client-server communication and ChatGPT clone projects.

View on GitHub

Last updated: N/A

simple_mcp_server_with_langgraph

Simple MCP server with Langgraph.

Python version = 3.11

Simple_server_client

You should run only client.py

multiple_mcp_servers

You shuold run weather_server.py and client.py

langgraph_chatgpt

simple chatgpt clone coding project with streamlit + mcp

langgraph_chatgpt_mcp

simple chatgpt clone coding project without streamlit + mcp