reddit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level | info |
| CACHE_DB_PATH | No | SQLite cache location | ./data/reddit-cache.db |
| CACHE_MAX_ITEMS | No | Max cached items (oldest evicted) | 10000 |
| HTTP_TIMEOUT_MS | No | Outbound HTTP timeout | 10000 |
| HTTP_MAX_RETRIES | No | Retries on transient failures | 3 |
| REDDIT_CLIENT_ID | Yes | Reddit app client ID | |
| CACHE_TTL_SECONDS | No | Cache TTL in seconds | 3600 |
| REDDIT_USER_AGENT | Yes | Descriptive User-Agent (Reddit requires) | |
| REDDIT_REDIRECT_URI | Yes | Loopback redirect URI | http://127.0.0.1:8888/callback |
| REDDIT_CLIENT_SECRET | No | Reddit app secret; empty = PKCE flow | |
| MAX_REQUESTS_PER_MINUTE | No | Outbound rate limit | 45 |
| CIRCUIT_BREAKER_THRESHOLD | No | Failures before circuit opens | 5 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sunil-gumatimath/reddit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server