Recursive Learning: The Research Memex documentation is available as an , allowing you to learn AI-powered research methodology by using AI-powered research tools. Query these docs directly from Cherry Studio, Claude Code, or any MCP-compatible AI assistant.
Overview
The Research Memex MCP server provides:- Semantic Search: Ask natural language questions about the methodology
- Just-in-Time Help: Get setup assistance while configuring tools
- Source Links: Every answer includes links back to relevant documentation
- Live Updates: Always reflects the latest documentation version
https://research-memex.org/mcp
Quick Start
For Cherry Studio
- Open Cherry Studio → Settings → MCP Servers
- Click “Add MCP Server”
- Enter:
- Name: Research Memex
- Type: HTTP
- URL:
https://research-memex.org/mcp
- Click “Save” and “Test Connection”
- Try asking: “What is interpretive orchestration?”
For Claude Code
- Open settings (Cmd/Ctrl + ,)
- Navigate to MCP Servers
- Add new server configuration:
Claude Code MCP Settings
- Restart Claude Code
- Try: “Search Research Memex for Zotero setup”
For Generic MCP Clients
Most MCP-compatible tools use similar configuration:Generic MCP Client Config
Example Queries
Setup & Configuration
Conceptual Understanding
Troubleshooting
Pedagogical Integration
Use Cases
First-Time MCP Users:- Connect to Research Memex MCP as your first server - it’s a safe, known resource
- Test basic queries: “What is the Research Memex?” or “Show me the Quick Start Checklist”
- Learn MCP concepts through recursive learning (using AI tools to learn about AI tools)
- Configuration verification: “Is my Better BibTeX setup correct?”
- Next step guidance: “What comes after installing Zotero?”
- Troubleshooting: “My browser connector isn’t working”
- Query methodology details when needed
- Get examples of cognitive blueprints and quality control checkpoints
- Access failure modes and mitigation strategies
Following the Systematic Review course? This MCP is integrated throughout Sessions 2-4 as a recursive learning tool and MCP architecture example.
Advanced Usage
Multi-Query Workflows
- Setup Verification
- Methodology Deep Dive
- Troubleshooting Flow
Combining with Other MCP Servers
Use Research Memex MCP alongside:- Filesystem MCP: “Compare my Zotero setup to Research Memex guidelines”
- Web Search MCP: “Search for Research Memex + academic validation”
- Sequential Thinking MCP: “Plan my systematic review using Research Memex methodology”
Best Practices
Query Formulation
Query Formulation
Do:
- Be specific: “How do I configure Better BibTeX citation keys?”
- Include context: “I’m on Session 2, setting up Zotero”
- Reference sections: “In the Zotero setup guide, what does…”
- Be too vague: “Tell me about research”
- Ask unrelated questions: “What’s the weather?”
- Expect real-time updates: MCP reflects deployed docs, not live edits
Verification
Verification
- Always check the source links provided
- Cross-reference with the actual documentation
- Understand this is search-based, not generative
- Verify step-by-step instructions before executing
Integration with Learning
Integration with Learning
- Use MCP for quick lookups, not deep reading
- Still read the full documentation for comprehensive understanding
- Ask follow-up questions to deepen comprehension
- Document your own insights separately
Troubleshooting MCP Connection
Connection Issues
Connection Issues
“Server not responding”
- Verify the URL is correct (check for typos)
- Ensure you have internet connectivity
- Try accessing https://research-memex.org in a browser first
- Rephrase your query more specifically
- Use terminology from the documentation
- Try simpler, more direct questions
- Research Memex MCP requires no authentication
- Check your MCP client configuration
- Restart your AI tool and try again
Why This Matters: The Meta-Learning Loop
Recursive Learning Pattern:Students learn AI-powered research methodology by EXPERIENCING it through MCP queries - a self-reinforcing cycle where practice deepens understanding and understanding improves practice. The methodology becomes embedded through use!
MCP API Response Structure
Understanding the response format helps you work effectively with the Research Memex MCP server, especially when building custom integrations or debugging queries.Search Query Response
When you query the Research Memex MCP (e.g., “What is interpretive orchestration?”), the server returns a structured response:Array of matching documentation pages
Query metadata
Example Response
For Developers: Use the
score
field to filter low-relevance results (threshold: 0.7+). The version
field ensures you’re querying the correct semester’s materials.Next Steps
- Connect Now: Add Research Memex MCP to your AI assistant
- Test It: Try the example queries above
- Integrate: Use it during tool setup in Session 2
- Reflect: Notice how MCP changes your learning experience
- Build: Apply these lessons when creating your own MCP servers
Pro Tip: Keep a note of effective queries that worked well. These become templates for querying other MCP servers you’ll encounter.
Resources
- MCP Explorer Guide - Learn about other MCP servers
- Session 2: AI-Powered Practice - First hands-on use
- Cherry Studio Setup - MCP client setup
- Model Context Protocol Specification - Official MCP docs