pushshift-mcp-server
Verified Safeby bbbgggrrr
Overview
This server acts as an API wrapper for an existing Reddit comments search service, providing an optional security layer and consistent interface.
Installation
vercel devEnvironment Variables
- REDDIT_BRIDGE_URL
- REDDIT_BRIDGE_BYPASS_SECRET
- MCP_WRAPPER_KEY
Security Notes
The server uses environment variables for sensitive data (API keys, URLs), which is good practice. It implements an optional API key for access control (X-MCP-KEY). Input validation is light, primarily passing the request body to an upstream service; thus, the security of the upstream service is critical. No dangerous functions like 'eval' or hardcoded secrets were found within the provided source.
Similar Servers
mcp-gateway
A gateway or proxy server for managing and routing API requests, likely including authentication (OAuth) and JSON-RPC handling.
mcp-server-reddit-ts
A Minecraft proxy server designed to integrate with Reddit, likely for features such as real-time notifications, bridging chat, or managing server events through Reddit.
7134-easy-mcp-server
This project provides an easy-to-setup server solution designed to bridge or interact with Minecraft servers, simplifying their management or extending their functionalities.
Secure_GenAI_Gateway_and_MCP_Server
A secure serverless gateway for accessing Large Language Models (LLMs) via Amazon Bedrock, incorporating input sanitization and routing.