GBA-BI/bioos-mcp-server
A Model Context Protocol (MCP) based tool and prompt server for Bio-OS that provides workflow management and Docker image building capabilities.
Tools
Functions exposed to the LLM to take actions
submit_workflow
Submit Bio-OS workflow with parameters like Access Key, Secret Key, workspace name, workflow name, and input JSON file path.
import_workflow
Upload WDL workflow to Bio-OS system with parameters like Access Key, Secret Key, workspace name, workflow name, workflow source, and workflow description.
validate_wdl
Validate WDL workflow script with the WDL file path.
generate_inputs
Generate WDL input file template with the WDL file path.
build_docker_image
Build Docker image with parameters like registry, namespace name, repository name, version tag, and source path.
check_build_status
Check Docker image build status with the build task ID.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client