Skip to content

Comments

Add Scientific Paper Research agent (BGPT MCP)#808

Open
connerlambden wants to merge 2 commits intogithub:mainfrom
connerlambden:add-bgpt-scientific-research-agent
Open

Add Scientific Paper Research agent (BGPT MCP)#808
connerlambden wants to merge 2 commits intogithub:mainfrom
connerlambden:add-bgpt-scientific-research-agent

Conversation

@connerlambden
Copy link

Summary

Adds a new agent for scientific paper research using the BGPT MCP server.

This agent helps developers and researchers search scientific papers and retrieve structured experimental data (methods, results, sample sizes, quality scores) from full-text studies — directly from Copilot Chat.

MCP Server

  • Transport: SSE via https://bgpt.pro/mcp/sse
  • Tool: search_papers — natural language search across scientific literature
  • Free tier: 50 searches, no API key needed
  • Registry: Listed at registry.modelcontextprotocol.io

Use Case

A developer working on a health/biotech application needs to validate clinical evidence or review published research without leaving the editor. The agent searches papers, returns structured experimental data, and synthesizes findings.

Ref: #806

Made with Cursor

Copilot AI review requested due to automatic review settings February 25, 2026 01:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new GitHub Copilot custom agent focused on scientific literature research, backed by the BGPT MCP server, so users can search papers and extract structured experimental details directly from Copilot Chat.

Changes:

  • Introduces a new scientific-paper-research agent with MCP configuration for BGPT over SSE.
  • Defines an agent workflow for querying, reviewing structured results (methods/results/sample sizes/quality), and synthesizing evidence.

Comment on lines +1 to +14
---
name: Scientific Paper Research
description: 'Research agent that searches scientific papers and retrieves structured experimental data from full-text studies using the BGPT MCP server.'
tools:
- read
- edit
- search
- bgpt/*
mcp-servers:
bgpt:
type: "sse"
url: "https://bgpt.pro/mcp/sse"
tools: ["search_papers"]
---
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR adds a new agent file, but it isn’t discoverable from the agents index. Please add an entry for this agent to docs/README.agents.md (title/description + BGPT MCP server link) so users can find/install it from the docs table.

Copilot uses AI. Check for mistakes.
@github-actions github-actions bot force-pushed the main branch 2 times, most recently from b1e9d87 to df9cfd0 Compare February 25, 2026 03:38
Copy link
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Branches should be created from the staged branch not main, and PR's target `staged.

Please review the contributing guide.

@github-actions github-actions bot force-pushed the main branch 3 times, most recently from aaed079 to e891f9f Compare February 25, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants