We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ezhou89/medical-research-mcp-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start-server.sh•363 B
#!/bin/bash
# Medical Research MCP Suite Startup Script
# This script ensures the server starts from the correct directory
cd "/Users/eugenezhou/Code/medical-research-mcp-suite"
# Create logs directory if it doesn't exist
mkdir -p logs
# Use full path to node for better compatibility and log errors
exec /opt/homebrew/bin/node dist/index.js 2>>logs/error.log