MCP.so
登录

simple_mcp_server_with_langgraph

@EunsuGoh

关于 simple_mcp_server_with_langgraph

Simple MCP server with Langgraph.

基本信息

分类

推理

运行时

python

传输方式

stdio

发布者

EunsuGoh

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is simple_mcp_server_with_langgraph?

A simple MCP (Model Context Protocol) server built with LangGraph, intended as a demonstration or starting point for integrating MCP with LangGraph workflows. The repository includes multiple example projects: a basic server-client setup, a multi-server configuration with a weather server, and ChatGPT-like chat interfaces with and without Streamlit.

How to use simple_mcp_server_with_langgraph?

The repository contains separate example folders. For the basic server-client example, run client.py only. For the multi‑server example, run both weather_server.py and client.py. The LangGraph ChatGPT examples are standalone projects; one uses Streamlit, the other does not. Python 3.11 is required.

Key features of simple_mcp_server_with_langgraph

  • Built with LangGraph and MCP
  • Python 3.11 runtime requirement
  • Includes a basic server-client example
  • Multi‑server example with a weather server
  • ChatGPT clone projects (with and without Streamlit)

Use cases of simple_mcp_server_with_langgraph

  • Learning how to combine MCP with LangGraph
  • Prototyping a multi‑server MCP environment
  • Building a simple chat interface powered by MCP
  • Experimenting with Streamlit integration in MCP workflows

FAQ from simple_mcp_server_with_langgraph

What Python version is required?

Python 3.11.

How do I run the basic server-client example?

In the Simple_server_client folder, run only client.py.

How do I run the multiple MCP servers example?

In the multiple_mcp_servers folder, run both weather_server.py and client.py.

What does the langgraph_chatgpt example do?

It is a simple ChatGPT clone coding project that uses Streamlit plus MCP.

What does the langgraph_chatgpt_mcp example do?

It is a simple ChatGPT clone coding project without Streamlit, using MCP only.

评论

推理 分类下的更多 MCP 服务器