bgpt-mcp: BGPT is a remote MCP server that gives AI assistants access to a database of scientific papers with full-text extracted data. It returns structured experimental data including methods, results, quality scores, and 25+ fields per paper. No API key required for the free tier.; context-mode: Every tool call in an MCP (Model-Controller-Program) environment dumps raw data into the context window, quickly consuming space and causing the agent to lose track of ongoing tasks. Context Mode is an MCP server that tackles this by sandboxing tool outputs to significantly reduce context usage, tracking session events in SQLite for continuity, and promoting 'think in code' to minimize data processing within the LLM.
Literature reviews
Deep repository research and analysis (e.g., architecture, contributors, issues)