Skip to main content
Glama

reddit-mcp-server

.env.example608 B
# Reddit API Credentials (required) REDDIT_CLIENT_ID= REDDIT_CLIENT_SECRET= # Reddit User Credentials (optional, for posting/commenting) REDDIT_USERNAME= REDDIT_PASSWORD= # Transport Configuration # TRANSPORT_TYPE=stdio # Uncomment for stdio mode (default: httpStream for direct node execution, stdio for npx/bin) PORT=3000 # HTTP server port (default: 3000, only used when TRANSPORT_TYPE is httpStream or not set) # HOST=0.0.0.0 # HTTP server host (default: 0.0.0.0, binds to all interfaces for Docker) # OAuth Settings for HTTP Server (optional) OAUTH_ENABLED=false OAUTH_TOKEN=

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/jordanburke/reddit-mcp-server'

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