registry
by biocontext-ai
Overview
Registry for discovering Model Context Protocol (MCP) servers relevant to biomedical research, facilitating tool discovery and integration for AI assistants.
Installation
No command providedSecurity Notes
The core validation scripts (`src/schema_validation/get_mcp_tools.py` called by `check_remote_urls.py` and `filter_remote_urls.py`) are designed to interact with and list tools from user-provided MCP server configurations. If an `mcp.json` file specifies a `command` and `args` (e.g., using `uvx` or `npx` to download and execute remote Python/Node.js scripts, as seen in `servers/vrtejus-pymol-mcp/mcp.json`), the registry's automated validation pipeline will attempt to execute these arbitrary commands locally. This constitutes a severe remote code execution vulnerability for anyone running the registry's validation system against untrusted or malicious `meta.yaml` and `mcp.json` submissions.
Similar Servers
awesome-mcp-servers
This repository serves as a curated list of Model Context Protocol (MCP) servers, frameworks, and utilities, providing a comprehensive directory for developers and AI practitioners.
registry
The MCP Registry serves as a centralized metadata repository for publicly-available MCP servers, facilitating discovery and publishing of server information for clients and aggregators.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
best-of-mcp-servers
This repository serves as a curated and ranked list of Model Context Protocol (MCP) servers, updated weekly, to help users discover relevant projects.