refua-mcp
Verified Safeby tensorspace-ai
Overview
Provides an MCP server for protein folding, affinity prediction, and antibody/peptide design using Refua Boltz2 and BoltzGen.
Installation
python3 -m refua_mcp.serverSecurity Notes
The server uses `Path.expanduser()` for resolving output paths, which could potentially allow writing to arbitrary file system locations if the `output_path` arguments are not sanitized by the calling client. However, this is generally considered acceptable for self-hosted, client-controlled MCP environments. No direct 'eval' or obvious hardcoded secrets were found. Relies on external dependencies ('refua') for core functionality, introducing dependency-related risks.
Similar Servers
knowledgebase-mcp
A standardized Model Context Protocol (MCP) server that aggregates and provides AI systems with access to diverse biomedical knowledge bases and analysis tools.
opentargets-mcp
Serves as a Model Context Protocol (MCP) server exposing the Open Targets Platform GraphQL API as a set of structured tools for AI agents and other MCP-compatible clients to access biomedical data.
open-targets-platform-mcp
This server acts as a Model Context Protocol (MCP) endpoint, enabling AI assistants to interact with the Open Targets Platform GraphQL API for drug discovery and target-disease association data.
string-mcp
Exposes STRING database functionality as a Model Context Protocol (MCP) server, allowing AI agents to access structured biological data for protein interaction analysis and functional enrichment.