Skip to main content
Glama

Google Contacts MCP Server

by OffleashXYZ
.gitignore1.1 kB
# Dependencies node_modules/ # Build output dist/ *.tsbuildinfo lambda-package/ # Environment variables .env .env.local .env.*.local # OAuth credentials (NEVER commit these) credentials.json token.json client_secret*.json oauth*.json service-account*.json # AWS credentials and config .aws/ aws-credentials.json terraform.tfstate terraform.tfstate.backup *.tfvars .terraform/ # Private keys and certificates *.pem *.key *.p12 *.pfx *.crt *.cer # Secrets and sensitive data secrets/ *.secret .secrets config/secrets.json # IDE .vscode/ .idea/ .claude/ *.swp *.swo *~ # Handoff documentation (contains company-specific info) HANDOFF.md HANDOFF-*.md # Company/internal documentation internal/ docs/internal/ company-* *-internal.* # Deployment configs with real values config.production.json config.staging.json *.prod.* *.production.* # OS .DS_Store Thumbs.db # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Testing coverage/ .nyc_output/ # CDK cdk.out/ .cdk.staging/ *.assets.json # PDF documentation files *.pdf # Allow logo in public directory !public/logo.png

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/OffleashXYZ/google-contacts-mcp-server'

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