We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/schimmmi/withings-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•329 B
# Withings API Credentials
# Get these from: https://developer.withings.com/dashboard/
WITHINGS_CLIENT_ID=your_client_id_here
WITHINGS_CLIENT_SECRET=your_client_secret_here
WITHINGS_REDIRECT_URI=http://localhost:8080/callback
# After OAuth authentication, store your tokens here:
WITHINGS_ACCESS_TOKEN=
WITHINGS_REFRESH_TOKEN=