Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Find Flights MCP Server
Claim
by
ravinahp
GitHub
Travel & Transportation
Python
MIT License
36
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
.gitignore
LICENSE
package.json
pnpm-lock.yaml
pyproject.toml
.python-version
README.md
setup.sh
tsconfig.json
uv.lock
#!/bin/bash echo 'Installing Python dependencies for OCR...' echo 'Installing uv' curl -LsSf https://astral.sh/uv/install.sh | sh echo 'Using uv to install markitdown' uv sync echo 'Finished install Python dependencies'