Skip to main content
Glama
.gitignore693 B
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ env/ ENV/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # Environment variables .env .env.local # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # MCP config (user-specific) mcp_config.json # Models and cache *.pth *.pt .cache/ models/ # OCR results and test outputs **/ocr_results/ **/vision_analysis/ **/agent_summary/ **/*_ocr.json **/*_ocr.txt **/batch_summary.json **/batch_summary.md **/batch_report.json temp_*.json temp_*.txt # OS .DS_Store Thumbs.db # Logs logs/ *.log

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/qiao-925/ocr-mcp-service'

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