mcp-research-agent-system
Provides tools for searching arXiv papers, retrieving paper details, and accessing cached summaries via the arXiv public API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-research-agent-systemsearch arXiv for recent papers on multi-agent systems"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Research Agent System
A production-quality multi-agent research system with an arXiv MCP server and LangGraph-based research agents.
Architecture
MCP Server — Wraps the arXiv public API with SQLite caching (
search_papers,get_paper_details,get_cached_summary)LangGraph Agents — Planner, Researcher, Synthesizer with validation & retry logic
Structured Logging — Full state-machine trace as JSONL
Related MCP server: pubmed-search-mcp
Quick Start
# 1. Copy .env.example and fill in your LLM credentials
cp .env.example .env
# 2. Install dependencies
pip install -e ".[dev]"
# 3. Run the MCP server (stdio transport)
python scripts/run_mcp_server.py
# 4. In another terminal, run a research query
python scripts/run_agent.py --goal "Your research topic here"Configuration
All settings via .env (see .env.example):
Variable | Description | Default |
| OpenAI-compatible API base URL |
|
| API key | required |
| Model name |
|
| SQLite database path |
|
| Trace log directory |
|
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA LangGraph-powered research agent that performs iterative web searches using Google Search and Gemini models to generate structured reports with citations. It integrates with MCP-compatible clients like Claude and Cursor to enable sophisticated, multi-step AI research workflows.MIT
- AlicenseAqualityCmaintenanceAn intelligent research assistant MCP server for AI agents, providing task-oriented literature search and analysis across multiple academic databases.4624Apache 2.0
- Alicense-qualityCmaintenanceEnables deep research tasks using a multi-agent architecture that integrates any LLM and MCP tools. Available via MCP stdio, streamable HTTP, and SSE transports.17MIT
- AlicenseAqualityAmaintenanceA multi-agent Retrieval-Augmented Generation system exposed as an MCP server. Ask a question and a LangGraph pipeline plans the retrieval, pulls evidence from a pgvector knowledge base, optionally augments it with live web research, drafts a cited answer, and then self-critiques it for grounding — revising until the answer is supported by the sources.31MIT
Related MCP Connectors
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
Autonomous research agent that pays every source it cites in USDC on Arc via x402 micropayments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hemanth2k6/mcp-research-agent-system'
If you have feedback or need assistance with the MCP directory API, please join our Discord server