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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessSyncing