LangChainMcpServer

AnkushNakaskar/LangChainMcpServer
★ 0 stars Java AI/LLM Updated 6d ago
This project explain the LangChain MCP Server with various tool capabilities.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langchainmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "AnkushNakaskar/LangChainMcpServer"
      ]
    }
  }
}