New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

opencode-bioresearcher-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

opencode-bioresearcher-plugin

OpenCode plugin that adds a bioresearcher agent

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

BioResearcher Plugin

OpenCode plugin that adds a Bioresearcher agent.

Overview

No nonsense and powerful. An agent that just works for your typical biomedical and pharmaceutical research needs.

Tab to activate the Bioresearcher Agent and starting asking right away.

By default, it will conduct highly detailed and in-depth research, easily surpassing all general purpose LLM applications.

To reduce research depth and make research process faster, start your question with light-research:

light-research Significance of KRAS for cancer?

Based on fantastic work of the BioMCP Team.

Installation

Add the plugin to your opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": [
    "@yeyuan98/opencode-bioresearcher-plugin",
  ],
  "mcp": {
    "biomcp": {
      "type": "local",
      "command": ["uv", "run", "--with", "biomcp-python", "biomcp", "run"],
      "enabled": true,
      "timeout": 120000
    }
  }
}

BioMCP is absolutely required and might take time to load. You will need to have uv installed on your system too. Refer to BioMCP guide for details.

Common Issues and Solutions

IssueSolution
Agent not appearingCheck plugin in opencode.json is typed correctly
BioMCP tool failuresMake sure you have BioMCP installed and enabled
Research taking a long timeCheck whether subagents are generating outputs; could be slow model / API throttle / overcomplicated query / etc.

License

CC BY-NC-ND 4.0

Keywords

opencode

FAQs

Package last updated on 08 Feb 2026

Related posts