ForLoopCodes/researchplus
MCP server for autonomous overnight research, with semantic arxiv search and memory management.
Platform-specific configuration:
{
"mcpServers": {
"researchplus": {
"command": "npx",
"args": [
"-y",
"researchplus"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for autonomous overnight research loops.
search_literature: queries searchthearxiv for relevance-ranked paper discovery.search_literature now returns health metadata with cache, retry, fallback, and empty-result signals.read_paper_text: fetches full arXiv HTML and converts it to plain text chunks.instruction://overnight-research-loop: strict loop protocol resource for coding agents.instruction://research-memory-template: markdown template for research memory files.instruction://research-evidence-template: markdown template for extracted evidence notes.instruction://research-session-checkpoint: compact live state buffer for compaction-safe continuation.instruction://research-task-queue: round-robin task queue for long-running sessions.instruction://research-stop-condition: bounded pause and resume guidance for exact stop targets.instruction://research-validation-rubric: ranking and validation checklist for evidence-backed ideas.overnight_research_bootstrap: reusable MCP prompt to start the loop.The server is designed for restartable long sessions rather than literal infinite execution in one context window.
instruction://research-session-checkpoint.instruction://research-task-queue.research/ memory file per idea.health metadata so degraded discovery runs stay auditable.research/ideas/ for per-idea notes, research/evidence/ for supporting passages, research/checkpoints/current.md for the live state, research/queues/live.md for the workLoading reviews...