Skip to content

docs(copilot): add BGPT to known hosted MCP servers#13446

Open
connerlambden wants to merge 1 commit into
Significant-Gravitas:devfrom
connerlambden:docs/add-bgpt-mcp-guide
Open

docs(copilot): add BGPT to known hosted MCP servers#13446
connerlambden wants to merge 1 commit into
Significant-Gravitas:devfrom
connerlambden:docs/add-bgpt-mcp-guide

Conversation

@connerlambden

@connerlambden connerlambden commented Jun 29, 2026

Copy link
Copy Markdown

Closes #13354

Adds BGPT to the known hosted MCP servers table in mcp_tool_guide.md.

BGPT is a hosted Streamable HTTP MCP server for scientific literature search. The search_papers tool returns structured full-text evidence (methods, limitations, COI, quality scores, falsification prompts) — not just abstracts.

Free tier: first 50 results, no API key. Agents can discover and call it via the existing run_mcp_tool flow without a custom block.

cc @siva23367 — happy to collaborate if you want to extend this with an integration doc example.

Scientific literature search via Streamable HTTP MCP endpoint.
Closes Significant-Gravitas#13354

Co-authored-by: Cursor <cursoragent@cursor.com>
@connerlambden
connerlambden requested a review from a team as a code owner June 29, 2026 15:53
@connerlambden
connerlambden requested review from 0ubbe and kcze and removed request for a team June 29, 2026 15:53
@github-project-automation github-project-automation Bot moved this to 🆕 Needs initial review in AutoGPT development kanban Jun 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This PR targets the master branch but does not come from dev or a hotfix/* branch.

Automatically setting the base branch to dev.

@github-actions
github-actions Bot changed the base branch from master to dev June 29, 2026 15:53
@github-actions github-actions Bot added platform/backend AutoGPT Platform - Back end size/xs labels Jun 29, 2026
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

A single row for BGPT (scientific literature search) is added to the "Known hosted MCP servers" table in mcp_tool_guide.md, registering the endpoint https://bgpt.pro/mcp/stream.

Changes

MCP Tool Guide – BGPT server entry

Layer / File(s) Summary
BGPT row in known MCP servers table
autogpt_platform/backend/backend/copilot/sdk/mcp_tool_guide.md
Adds a BGPT entry with URL https://bgpt.pro/mcp/stream to the hosted MCP servers reference table.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 A single line, a server new,
BGPT joins the table too.
Scientific papers, structured tight,
The rabbit hops with pure delight.
One row added, knowledge grows! 🌿

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Linked Issues check ❓ Inconclusive The PR adds BGPT to the MCP server guide, but the issue also calls for broader evidence-fields and falsifiability support that isn't verifiable here. Expand the BGPT entry or add supporting integration docs showing the structured evidence fields and falsifiability details requested by #13354.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the doc update adding BGPT to the hosted MCP servers list.
Out of Scope Changes check ✅ Passed The only change is a single documentation entry for BGPT, which stays within the stated scope.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The description clearly matches the change set by adding BGPT to the known hosted MCP servers table in mcp_tool_guide.md.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.67%. Comparing base (e2711b1) to head (60c8147).
⚠️ Report is 40 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #13446      +/-   ##
==========================================
- Coverage   74.71%   74.67%   -0.05%     
==========================================
  Files        2537     2537              
  Lines      192315   192309       -6     
  Branches    18925    18926       +1     
==========================================
- Hits       143697   143609      -88     
- Misses      44493    44569      +76     
- Partials     4125     4131       +6     
Flag Coverage Δ
platform-backend 81.95% <ø> (-0.04%) ⬇️
platform-frontend-e2e 32.02% <ø> (-0.36%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Platform Backend 81.95% <ø> (-0.04%) ⬇️
Platform Frontend 47.44% <ø> (-0.11%) ⬇️
AutoGPT Libs ∅ <ø> (∅)
Classic AutoGPT 28.43% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@connerlambden

Copy link
Copy Markdown
Author

Friendly bump when someone has a moment — this is a docs-only one-liner adding BGPT to the known hosted MCP servers table. All CI checks are green.

Free tier works without credentials (https://bgpt.pro/mcp/stream). Happy to expand the entry if reviewers want more detail on the evidence fields.

@connerlambden

Copy link
Copy Markdown
Author

Friendly bump: docs-only change, all CI checks green. Free tier at https://bgpt.pro/mcp/stream works without an API key. Thanks for reviewing when you have a moment.

@connerlambden

Copy link
Copy Markdown
Author

Integration hub + live evidence demo for reviewers: https://github.com/connerlambden/bgpt-mcp/blob/main/INTEGRATIONS.md — free tier at https://bgpt.pro/mcp/stream works without an API key.

@connerlambden

Copy link
Copy Markdown
Author

Update on the BGPT block in this PR: BGPT now has a public ChatGPT GPT for immediate try-before-you-integrate:

https://chatgpt.com/g/g-6a4c03c118988191ba2182d1e33e9bca-bgpt

AutoGPT agents can still use the hosted MCP at https://bgpt.pro/mcp/sse for structured study evidence (methods, sample sizes, limitations, conflicts, data availability). Launch notes: connerlambden/bgpt-mcp#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform/backend AutoGPT Platform - Back end size/xs

Projects

Status: 🆕 Needs initial review

Development

Successfully merging this pull request may close these issues.

Integration idea: BGPT scientific evidence tool for AutoGPT

1 participant