MultiServer-Mcp
Verified Safeby dearnidhi
Overview
Demonstrates building and interacting with multiple Microservice-Compatible Protocol (MCP) servers for math and text processing using a LangChain MCP client for direct tool invocation.
Installation
python client.pyEnvironment Variables
- GROQ_API_KEY
Security Notes
The project uses standard I/O for inter-process communication, limiting direct network exposure. Environment variables are loaded securely from a .env file. No 'eval' or obvious malicious patterns found in the provided code. The risk is primarily limited to vulnerabilities within the simple functions defined in mathserver.py and texttools.py, which appear safe.
Similar Servers
fastmcp-example
Integrate Model Context Protocol (MCP) with LangChain and LangGraph to build AI agent workflows by exposing a variety of custom and pre-defined tools.
mcp-server-client-demo
This project demonstrates the integration of custom Micro-Core Protocol (MCP) servers providing tools with a LangChain client.
mcp-Server
Provides a framework for building and integrating AI agent tools, demonstrating how a client can orchestrate multiple MCP servers (math and weather) via a language model.
mcp-exercise
Provides basic arithmetic operations as a Model Context Protocol (MCP) API server over HTTP.