string-mcp
Verified Safeby meringlab
Overview
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.
Installation
docker run -p 57416:57416 -v $(pwd)/config:/app/config:ro string-mcpEnvironment Variables
- base_url
- server_port
Security Notes
No critical vulnerabilities like 'eval', arbitrary code execution, or hardcoded sensitive credentials were found. Configuration is externalized in 'config/server.config', which is good practice. The server listens on all network interfaces (0.0.0.0) by default, meaning it's publicly accessible and should be protected by a firewall if not intended for public exposure. The implicit trust in the `base_url` for the STRING API is assumed.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
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.