Back to Home
bashithj icon

SimpleMCPServer_Langchain

Verified Safe

by bashithj

Overview

This project demonstrates an AI agent using LangGraph and LangChain's MCP adapters to orchestrate calls to multiple local MCP services (Math and Weather tools) for processing user queries.

Installation

Run Command
python weather.py

Environment Variables

  • GROQ_API_KEY

Security Notes

API keys are loaded from environment variables, which is good practice. No 'eval', 'exec', or other immediately dangerous patterns were found in the provided source code. The client launches a local subprocess for the math server, which is generally acceptable for local development but pathing should be robustly controlled in production environments.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-27

Tags

LangChainLangGraphMCPAI AgentTool Calling