Medical MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Path to log file | ./logs/medical-mcp.log |
| LOG_LEVEL | No | Logging level (debug, info, etc.) | info |
| OCR_LANGUAGE | No | OCR language code | eng |
| MCP_HTTP_MODE | No | Enable HTTP mode (true/false) | true |
| MCP_HTTP_PORT | No | HTTP port for the server | 3001 |
| TESSERACT_PATH | No | Path to Tesseract OCR executable | /usr/bin/tesseract |
| EMBEDDING_MODEL | No | HuggingFace embedding model name | sentence-transformers/all-MiniLM-L6-v2 |
| EMBEDDING_DEVICE | No | Device for embedding model (cpu/cuda) | cpu |
| MAX_DOCUMENT_SIZE | No | Maximum document size in bytes | 10485760 |
| EMBEDDING_CACHE_DIR | No | Directory to cache models | ./models |
| DOCUMENT_UPLOAD_PATH | No | Directory for uploaded documents | ./uploads |
| MONGODB_DATABASE_NAME | Yes | MongoDB database name (required) | MCP |
| MONGODB_CONNECTION_STRING | Yes | MongoDB connection string (required) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues