MCP + LangGraph Agent
@hirokiyn
关于 MCP + LangGraph Agent
LangGraph agent tutorial adapted to use MCP servers.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP + LangGraph Agent?
It is a minimal, functional example of an agent powered by LangGraph where tools are implemented using MCP (Model Context Protocol) servers instead of traditional LangChain tools. It is based on the official LangGraph tutorial and is intended as a skeleton for building custom LangGraph agents with MCP tools.
How to use MCP + LangGraph Agent?
Clone the repository, install dependencies using Poetry, and set the Anthropic API key in the .env file. Start the MCP servers (python src/mcp_servers/math_server.py and python src/mcp_servers/weather_server.py), then run poetry run main to launch the agent in interactive mode.
Key features of MCP + LangGraph Agent
- Integrates LangGraph for managing agent state and message routing.
- Uses MCP servers to provide access to tools.
- Includes example MCP servers for math and weather.
- Provides a command-line interface for interacting with the agent.
Use cases of MCP + LangGraph Agent
- Building a custom LangGraph agent with MCP-based tools.
- Experimenting with MCP integration in a LangGraph workflow.
- Prototyping an interactive CLI agent with math and weather capabilities.
- Using the project as a skeleton for rapid agent development.
FAQ from MCP + LangGraph Agent
What does this project demonstrate?
It demonstrates how to integrate MCP servers as tools in a LangGraph agent, using math and weather as example servers.
How do I install and run the agent?
Clone the repository, install dependencies with Poetry, set your Anthropic API key in .env, start the MCP servers, and run poetry run main for interactive mode.
Can I change the LLM used by the agent?
Yes, the LLM configuration can be changed in src/common.py.
How do I configure which MCP servers are used?
The MCP servers are configured in src/main.py; you can modify the configuration to add or remove servers, or to change the transport mechanism.
What are the example tools included?
The example tools are a math server and a weather server, each providing basic functions like arithmetic and weather data retrieval.
推理 分类下的更多 MCP 服务器
NeoCoder: Neo4j-Guided AI Coding Workflow
angrysky56An MCP server allowing AI assistants to use a Neo4j knowledge graph as their primary, dynamic instruction manual and long term project memory with adaptive templating and autonomous tool development tools.
🚀 Aider-MCP: AI Coding Server with Universal Auto-Detection
jacv888Aider-MCP-Upgraded is a production-grade multi-agent AI coding system that combines Desktop Commander (DC) investigation capabilities with Aider's implementation power. Features 70%+ token reduction, modular architecture, and intelligent workflow automation through strategic agen
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
Agentic Radar
splx-aiA security scanner for your LLM agentic workflows
评论