Skip to main content
Glama
.gitignore1.25 kB
# ============================================================================ # Enhanced MCP Server - Git Ignore # ============================================================================ # Environment and secrets .env .env.local .env.*.local # OAuth tokens and credentials tokens.json credentials.json gmail_token.json gmail_credentials.json calendar_token.json calendar_credentials.json config/gmail_credentials.json config/gmail_token.json config/calendar_credentials.json config/calendar_token.json # Database *.db *.sqlite *.sqlite3 data/ *.db-journal # Logs logs/ *.log *.log.* # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ ENV/ env/ .venv # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ # Jupyter Notebook .ipynb_checkpoints # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Cache .cache/ *.cache # Temporary files *.tmp *.temp temp/ tmp/ # Backup files *.bak *.backup # OS files Thumbs.db .DS_Store desktop.ini # Project-specific nul

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/mcpwithgoogle'

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