MCP-Server-And-LangGraph-Agent
by AmirHashmi017
Overview
An agent-based, multi-system AI platform designed to automate research discovery, intelligence analysis, and business proposal generation using LangGraph workflows.
Installation
uvicorn app:mcp_server --reloadEnvironment Variables
- MONGO_DB_URI
- JWT_SECRET_KEY
- GOOGLE_API_KEY
- VOLVOX_API_URL
- SMART_API_URL
- INNOSCOPE_API_URL
- KICKSTART_API_URL
- KICKSTART_JS_API_URL
Security Notes
Critical vulnerability due to a hardcoded, weak default 'JWT_SECRET_KEY' in 'app/config.py' that must be overridden in production. The 'CORSMiddleware' with 'allow_origins=['*']' is insecure for production. The system relies on multiple external microservices, whose security and availability also impact the overall platform.
Similar Servers
fastapi_mcp
Automatically converts FastAPI endpoints into Model Context Protocol (MCP) tools for seamless integration with LLM agents.
mcp-raganything
Provides a FastAPI REST API and MCP server for Retrieval Augmented Generation (RAG) capabilities, integrating with the RAG-Anything and LightRAG libraries for multi-modal document processing and knowledge graph operations.
enterprise_mcp_server
Provides a robust, multi-component Model Context Protocol (MCP) solution with an API Gateway for routing and management, an Enterprise MCP Server for core services like authentication and tool administration, and a Tool Server for operational tool execution, designed for integration with clients like Cursor and Claude Code.
Enterprise-Multi-AI-Agent-Systems-
Orchestrates multiple AI agents for complex reasoning and real-time information retrieval, integrating large language models with web search capabilities.