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) |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KalyankumarKonduru/MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server