ResearchPlus is an MCP server designed to facilitate autonomous overnight research loops, providing a structured environment for coding agents. It offers a sophisticated `search_literature` function for relevance-ranked paper discovery from arXiv, complete with health metadata for cache, retry, and fallback signals. The server exposes several instructional protocols, including a strict loop protocol for agents, templates for managing research memory and evidence, and mechanisms for session checkpointing and task queue management. This design supports restartable, long-running research sessions, ensuring auditable progress and resilience against interruptions through compact state buffers and a round-robin task queue.
주요 기능
01Round-robin task queue for long-running research sessions
02Semantic arXiv literature search with health metadata
030 GitHub stars
04Strict loop protocol for autonomous coding agents
05Markdown templates for research memory and evidence management
06Compaction-safe session checkpointing for continuation
사용 사례
01Automating literature review and paper discovery for AI agents
02Running long-duration research tasks and idea generation with agentic systems
03Managing and persisting research state, evidence, and task queues for autonomous agents