redlib-mcp
Verified Safeby Veraticus
Overview
Exposes Redlib's JSON API endpoints to LLMs for querying Reddit content.
Installation
python src/redlib_mcp.pyEnvironment Variables
- REDLIB_URL
- MCP_ALLOWED_HOSTS
- MCP_TRANSPORT
- FASTMCP_SERVER_PORT
- FASTMCP_SERVER_HOST
Security Notes
The server's outgoing requests depend on the `REDLIB_URL` configuration. If `REDLIB_URL` is configured to an untrusted or malicious host, the MCP will proxy requests to it. This is a configuration risk. Incoming MCP connections have DNS rebinding protection and allowed hosts configured via `MCP_ALLOWED_HOSTS`.
Similar Servers
redd-archiver
Archiving and providing AI-optimized access to Reddit-like platform data via a PostgreSQL-backed system and a RESTful API.
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
hayhooks
Deploy and serve Haystack Pipelines and Agents as REST APIs or MCP Tools, with OpenAI compatibility and Open WebUI integration, including support for RAG systems with file uploads and streaming.
rust-mcp-schema
Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema, enabling developers to build robust MCP servers and clients.