We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enisze/reddit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•280 B
# Environment variables for Reddit MCP Server
# Reddit OAuth2 credentials
# Get these from https://www.reddit.com/prefs/apps after creating a "script" app
REDDIT_CLIENT_ID=your_client_id_here
REDDIT_CLIENT_SECRET=your_client_secret_here
REDDIT_USER_AGENT=reddit-mcp-server/1.0.0