research-mentor-rag
Related Servers
Alternatives to research-mentor-rag
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for AI-assisted research: paper ingestion, semantic search, citation graph traversal, cross-domain knowledge synthesis, and workflow automation.MIT
- AlicenseNot gradedqualityBmaintenanceLocal MCP server for research workflows that integrates Zotero for source management, MinerU for PDF full-text extraction, and Tencent ima as a knowledge base, providing 34 tools and 7 skills for AI agents to conduct traceable literature analysis.1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that enforces evidence-graded, phase-gated, peer-reviewed research workflows for AI agents to conduct rigorous decision-making.MIT
- AlicenseNot gradedqualityDmaintenanceUnified MCP server with 46 tools for AI expert consultations, memory service integration (semantic search, knowledge graphs), workflow automation, and code sandboxing.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for AIRAS, an open-source research automation platform. It provides tools for paper search, retrieval, hypothesis generation, experiment execution, and paper writing, enabling automated or interactive research directly from MCP clients.35MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server with 60 tools connecting AI assistants to Czech healthcare databases (SUKL, MKN-10, NRPZS) and global biomedical sources (PubMed, ClinicalTrials.gov, OpenFDA).1MIT
TDQS
Scored across 6 tools
Each tool targets a distinct aspect of the research workflow, but research_route and research_mentor both involve stage retrieval. Their descriptions clarify different purposes: route returns next actions while mentor selects specialist methods, so most agents can differentiate them.
All tools share the consistent 'research_' prefix, and most use action-oriented names like bootstrap, route, and mentor. The mix of verb and noun forms (e.g., controller vs. frontier_search) is a minor deviation from a strict verb_noun pattern.
Six tools are well-scoped for a research mentor RAG system, covering initialization, direct query, routing, mentoring, live search, and orchestration. This is a reasonable number that avoids both thinness and bloat.
The tool set covers the full workflow from bootstrapping the RAG runtime to answering after a novelty search, including a controller that orchestrates the process. Minor gaps exist, such as no explicit tool for updating the RAG corpus, but core operations are complete.