The MCP Servers for Bio-OS instance platforms.
If you already use Bio, the bio mcp server is the piece that lets your assistant work with it directly. The MCP Servers for Bio-OS instance platforms.
A Model Context Protocol (MCP) based tool and prompt server for Bio-OS that provides workflow management and Docker image building capabilities.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Function — Submit Bio-OS workflowParameters — - ak: Access Keyworkspace_name — Workspace nameworkflow_name — Workflow nameinput_json — Input JSON file pathworkflow_source — WDL file pathworkflow_desc — Workflow descriptionnamespace_name — Namespacerepo_name — Repository nametag — Version tagsource_path — Dockerfile or archive pathPrerequisites — 1. Install uv (Python package manager): bash pip install uvSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: PYTHONPATH, MIRACLE_ACCESS_KEY, MIRACLE_SECRET_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Bio-OS MCP Server requires the following dependencies: 1. Install uv (Python package manager): 2. Install Cromwell (Workflow execution engine):
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Bio's toolset — Function, Parameters, workspace_name and 11 more — is a fair guide to whether it matches your workflow. It is maintained by GBA-BI; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Function | Submit Bio-OS workflow |
| Parameters | - ak: Access Key |
| workspace_name | Workspace name |
| workflow_name | Workflow name |
| input_json | Input JSON file path |
| workflow_source | WDL file path |
| workflow_desc | Workflow description |
| namespace_name | Namespace |
| repo_name | Repository name |
| tag | Version tag |
| source_path | Dockerfile or archive path |
| Prerequisites | 1. Install uv (Python package manager): bash pip install uv |
| Installation | Clone the Bio-OS MCP Server repository: bash git clone https://github.com/GBA-BI/bioos-mcp-server.git |
| Configuration | Configure the Bio-OS MCP Server script path in CLINE's MCP settings. Replace the placeholders with absolute paths to your installation: json { "mcpServers": { "bioos": { "command": "path/to/uv", "args": [ "--directory", |
Bio-OS MCP Server requires the following dependencies: 1. Install uv (Python package manager): 2. Install Cromwell (Workflow execution engine):
| Variable | Description | Required |
|---|---|---|
| PYTHONPATH | Filesystem location the server is allowed to use. | Optional |
| MIRACLE_ACCESS_KEY | Credential the server authenticates with. | Yes |
| MIRACLE_SECRET_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.