Skip to main content
Glama

Google Docs MCP Server

by Gurgeron
download_icons.sh688 B
#!/bin/bash # Download necessary icons # Notion icon curl -o notion.png "https://upload.wikimedia.org/wikipedia/commons/4/45/Notion_app_logo.png" # Slack icon curl -o slack.png "https://upload.wikimedia.org/wikipedia/commons/d/d5/Slack_icon_2019.svg.png" # Google Docs icon curl -o google-docs.png "https://upload.wikimedia.org/wikipedia/commons/0/01/Google_Docs_logo_%282014-2020%29.svg.png" # Gmail icon curl -o gmail.png "https://upload.wikimedia.org/wikipedia/commons/7/7e/Gmail_icon_%282020%29.svg" # Create placeholder for user avatar convert -size 50x50 xc:lightgray -fill white -gravity center -draw "circle 25,25 25,5" user-avatar.png echo "Icons downloaded successfully"

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/Gurgeron/MCPtRY'

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