Medical-MCP-Server
Verified Safeby morikazu1119
Overview
Provides a reproducible Python development environment template with Docker and Docker Compose, optimized for GPU-accelerated workloads.
Installation
docker-compose up -dEnvironment Variables
- TZ
- COMPOSE_PROJECT_NAME
- UNAME
- UID
- PROJECT
- REQUIREMENTS
- PORT
- HOST_DATA_PATH
Security Notes
No 'eval' or obvious obfuscation detected. Hardcoded defaults for build arguments and `HOST_DATA_PATH` exist but are intended for user configuration or override, not secrets. Exposes SSH port (22) to the host; users must ensure proper host firewall rules. Grants full GPU access to the container, a common but privileged setting for ML development.
Similar Servers
ipybox
A Python code execution sandbox for AI agents to programmatically interact with MCP tools and execute code actions in a stateful, sandboxed environment.
planet-mcp
A Python-based project or service, likely related to development or build automation, given the tooling present.
mcp-explorer
A web application for testing and exploring Model Context Protocol (MCP) servers by acting as an API gateway for tool execution.
mcp-repo-onboarding
Analyzes local Python and Node.js repositories to generate and maintain practical ONBOARDING.md documentation.