Skip to content

clintlord-church/mcp_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Agent

About

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)

Prerequisites for Multi-Server Example

To run the Docker MCP server (in multi_server.py), ensure you have the following:

  1. Docker installed. You can download and install Docker from here.
  2. The mcp/time Docker image pulled. You can pull the image using the following command:
    docker pull mcp/time

Dependency Management

This project uses pipenv for dependency management. To install pipenv, you can use the following command:

pip install pipenv

To install the project dependencies, run:

pipenv install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages