We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/karanb192/reddit-buddy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•454 B
# Reddit API Credentials for Testing
# Copy this file to .env and fill in your actual values
# Required for app-only mode (60 rpm)
REDDIT_CLIENT_ID=your_client_id_here
REDDIT_CLIENT_SECRET=your_client_secret_here
# Optional - Add these for authenticated mode (100 rpm)
# Note: Script app must be created by this user
REDDIT_USERNAME=your_username_here
REDDIT_PASSWORD=your_password_here
# Optional - Custom user agent
REDDIT_USER_AGENT=RedditBuddy/1.0