Skip to main content
Glama
.gitignore1.86 kB
# =========================================== # SECRETS & CREDENTIALS (NEVER COMMIT THESE) # =========================================== credentials.json tokens.json config.json *.pem *.key *.crt *.p12 *.pfx # Google OAuth client_secret*.json client_id*.json oauth*.json # API Keys & Secrets .env .env.* .env.local .env.development .env.production *.secret *_secret* *_key* api_key* apikey* # Database files *.db *.sqlite *.sqlite3 # =========================================== # 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 pip-log.txt pip-delete-this-directory.txt # Virtual environments venv/ ENV/ env/ .venv/ .virtualenv/ # =========================================== # IDE & EDITORS # =========================================== .idea/ .vscode/ *.swp *.swo *~ *.sublime-project *.sublime-workspace .project .pydevproject .spyderproject .spyproject # =========================================== # OS FILES # =========================================== .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db desktop.ini # =========================================== # LOGS & TEMP FILES # =========================================== *.log logs/ *.tmp *.temp *.bak *.backup # =========================================== # TEST & COVERAGE # =========================================== .coverage .pytest_cache/ htmlcov/ .tox/ .nox/ nosetests.xml coverage.xml *.cover # =========================================== # JUPYTER # =========================================== .ipynb_checkpoints/ *.ipynb # =========================================== # NODE (if any frontend) # =========================================== node_modules/ npm-debug.log yarn-error.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/pbulbule13/google-mcp-server'

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