mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-23 15:22:52 -05:00
[PR #528] [CLOSED] Add Scientific Research MCP Agent using BGPT #1896
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/528
Author: @connerlambden
Created: 2/24/2026
Status: ❌ Closed
Base:
main← Head:add-bgpt-research-agent📝 Commits (1)
4ca6160Add Scientific Research MCP Agent using BGPT📊 Changes
6 files changed (+155 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
mcp_ai_agents/scientific_research_mcp_agent/README.md(+40 -0)➕
mcp_ai_agents/scientific_research_mcp_agent/main.py(+91 -0)➕
mcp_ai_agents/scientific_research_mcp_agent/mcp_agent.config.yaml(+18 -0)➕
mcp_ai_agents/scientific_research_mcp_agent/mcp_agent.secrets.yaml.example(+2 -0)➕
mcp_ai_agents/scientific_research_mcp_agent/requirements.txt(+3 -0)📄 Description
Adds a new MCP AI Agent for scientific paper research using the BGPT MCP server.
What it does
A Streamlit-based research assistant that searches scientific papers and returns structured experimental data from full-text studies — methods, results, sample sizes, quality scores, and 25+ fields per paper.
How it works
https://bgpt.pro/mcp/sse)search_paperstool to query a curated database of scientific papersExample queries
Files
main.py— Streamlit app with MCP agentmcp_agent.config.yaml— MCP server configrequirements.txt— DependenciesREADME.md— Setup instructionsMade with Cursor
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.