Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-cortellis
by
uh-joan
Verified
GitHub
Research & Data
Health & Wellness
Python
MIT License
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-cortellis
scripts
scripts/run_docker.sh
scripts/run_server.sh
scripts/run_tests.sh
#!/bin/bash # Ensure we're in the project root cd "$(dirname "$0")/.." # Build the Docker image docker build -t cortellis-mcp . # Run the container with environment variables from .env file docker run --env-file .env -p 8765:8765 cortellis-mcp