multi-agent-reviewer
Verified Safeby Ishaan300104
Overview
A multi-agent system designed to review, analyze, and summarize academic research papers by leveraging LLM-based agents and PDF/ArXiv processing.
Installation
bash scripts/start_servers.shEnvironment Variables
- OPENAI_API_KEY
Security Notes
The system avoids direct use of 'eval' or similar dangerous functions on user input. API keys are managed via environment variables. The MCP servers bind to '0.0.0.0' and use permissive CORS ('allow_origins=["*"]'), which could pose a risk if deployed in a public-facing, non-isolated environment. However, for its intended local, internal multi-agent communication, this is a common development setup.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
pdf-reader-mcp
Provides a robust server for AI agents to extract text, images, and metadata from PDF documents, preserving content order for better comprehension.
thinkingcap
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses to a given query.
extract-llms-docs
Extracts, parses, and organizes documentation from websites (llms.txt, install.md) for AI agents, LLMs, and automation workflows, offering structured, agent-ready formats and generation tools.