We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taylorwilsdon/google_workspace_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ---- Python artefacts --------------------------------------------------
__pycache__/
*.py[cod]
*.so
# ---- Packaging ---------------------------------------------------------
*.egg-info/
build/
dist/
# ---- Environments & tooling -------------------------------------------
.env
.venv/
venv/
.idea/
.vscode/
.claude/
# ---- macOS clutter -----------------------------------------------------
.DS_Store
# ---- Secrets & Credentials --------------------------------------------
client_secret.json
.credentials/
*.key
*.pem
*.p12
*.crt
*.der
token.pickle
credentials.json
# ---- Test & Debug Files -----------------------------------------------
.coverage
pytest_out.txt
mcp_server_debug.log
diff_output.txt
# ---- Temporary & Build Files ------------------------------------------
*.tmp
*.log
*.pid
*.swp
*.swo
*~