This project is an example of how you can consume MCP Servers with LangChain and LangGraph.
- Transport: stdio transport only
- Examples: mcp-atlassian (pip installed), mcp/time (Docker image)
To run the Docker MCP server (in multi_server.py), ensure you have the following:
- Docker installed. You can download and install Docker from here.
- The
mcp/timeDocker image pulled. You can pull the image using the following command:docker pull mcp/time
This project uses pipenv for dependency management. To install pipenv, you can use the following command:
pip install pipenvTo install the project dependencies, run:
pipenv install