We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kesslerio/attio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•454 B
# Cloudflare Worker Secrets
# These should be set via `wrangler secret put <NAME>` NOT in .env files
# Attio OAuth Application credentials
# Create an OAuth app at: https://build.attio.com/
ATTIO_CLIENT_ID=your_attio_oauth_client_id
ATTIO_CLIENT_SECRET=your_attio_oauth_client_secret
# Worker URL (your deployed worker URL)
# Example: https://attio-oauth-broker.your-subdomain.workers.dev
WORKER_URL=https://your-worker-name.your-subdomain.workers.dev