Skip to main content
Glama

Mutation Clinical Trial Matching MCP

by pickleton89
.env.example1.16 kB
# Clinical Trials MCP Server Configuration # Copy this file to .env and fill in your values # Required Configuration ANTHROPIC_API_KEY=your_anthropic_api_key_here # Optional API Endpoints (uncomment to override defaults) # CLINICALTRIALS_API_URL=https://clinicaltrials.gov/api/v2/studies # ANTHROPIC_API_URL=https://api.anthropic.com/v1/messages # Optional Timeout Settings (uncomment to override defaults) # CLINICALTRIALS_TIMEOUT=10 # ANTHROPIC_TIMEOUT=30 # Optional Anthropic API Settings (uncomment to override defaults) # ANTHROPIC_MODEL=claude-3-opus-20240229 # ANTHROPIC_MAX_TOKENS=1000 # Optional Retry Configuration (uncomment to override defaults) # MAX_RETRIES=3 # RETRY_INITIAL_DELAY=1.0 # RETRY_BACKOFF_FACTOR=2.0 # RETRY_MAX_DELAY=60.0 # RETRY_JITTER=true # Optional Cache Configuration (uncomment to override defaults) # CACHE_SIZE=100 # CACHE_TTL=3600 # Optional Circuit Breaker Configuration (uncomment to override defaults) # CIRCUIT_BREAKER_FAILURE_THRESHOLD=5 # CIRCUIT_BREAKER_RECOVERY_TIMEOUT=60 # Optional User Agent (uncomment to override default) # USER_AGENT=mutation-clinical-trial-matching-mcp/0.1.0 (Clinical Trials MCP Server)

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/pickleton89/mutation-clinical-trial-matching-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server