Skip to main content
Glama

Gemini MCP File Agent

by kevingduck
install_packages.sh468 B
#!/bin/bash # Install the required Python packages # Update pip python3 -m pip install --upgrade pip # Install the required packages python3 -m pip install flask requests # Try to install the Google AI SDK packages echo "Attempting to install Google AI packages..." python3 -m pip install google-generativeai || echo "Failed to install google-generativeai" python3 -m pip install google-genai || echo "Failed to install google-genai" echo "Installation complete."

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/kevingduck/gemini_mcp'

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