M
MCP Server
LangChain MCP Multi-Server Integration — A powerful Model Context Protocol (MCP) system combining LangChain agents with real-time data servers such as Weather, Stocks, Elasticsearch, and MongoDB. Features intelligent tool calling, automated data storage, and secure credential handling for building advanced AI-driven workflows.
创建于 11/15/2025
更新于 about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx mcp_server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"naveenveeramreddy-mcp-server": {
"command": "uvx",
"args": [
"mcp_server"
]
}
}
}