Skip to main content
Glama

MCP File Downloader

by abs222222
init-git.sh•680 B
#!/bin/bash # Initialize git repository for MCP File Downloader echo "šŸš€ Initializing MCP File Downloader repository..." # Initialize git git init # Add all files git add . # Create initial commit git commit -m "Initial commit: MCP file downloader with browser fallback - HTTP downloads with redirect support - Automatic browser fallback using Playwright - MCP server for Claude Desktop integration - Comprehensive documentation" echo "āœ… Repository initialized!" echo "" echo "Next steps:" echo "1. Create repository on GitHub" echo "2. Add remote: git remote add origin https://github.com/yourusername/mcp-file-downloader.git" echo "3. Push: git push -u origin main"

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/abs222222/mcp-file-downloader'

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