re

rectalogic/langchain-mcp

๐Ÿ Provides MCP tool calling support in LangChain, allowing for the integration of MCP tools into LangChain workflows.

#LangChain#MCP#tool integration
Publisherrectalogic/langchain-mcp
Submitted date4/19/2025

Overview

  • Title: langchain-mcp
  • How to Use:
    • Create an MCPToolkit with an mcp.ClientSession.
    • Initialize the toolkit with await toolkit.initialize().
    • Retrieve tools using toolkit.get_tools().
  • Key Features:
    • Supports Model Context Protocol (MCP) tool calling in LangChain.
    • Provides integration with services like Groq for LLM interactions.
  • Use Cases:
    • Running demos to process and summarize files (e.g., LICENSE).
    • Enabling secure MCP filesystem operations with allowed directory restrictions.

Visit More

View All