Back to Home
Ishaan300104 icon

multi-agent-reviewer

Verified Safe

by 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

Run Command
bash scripts/start_servers.sh

Environment 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

Stats

Interest Score31
Security Score8
Cost ClassLow
Avg Tokens1500
Stars1
Forks0
Last Update2025-11-25

Tags

Multi-agentLLMResearch ReviewPDF AnalysisArXiv API