
Redd-Archiver
Supports UIby 19-84
PostgreSQL-backed archive generator for Reddit, Voat, and Ruqqus with AI integration via MCP.
What it does
Redd-Archiver transforms compressed data dumps from link aggregators like Reddit, Voat, and Ruqqus into browsable, searchable HTML archives. It is designed for large-scale data preservation, offering a mobile-first, JavaScript-free interface that works efficiently even over the Tor network.
Tools
- Archive Querying: Access and query posts, comments, and users across multiple platforms.
- Full-Text Search: Perform advanced searches using PostgreSQL GIN indexing for sub-second results.
- Stats Retrieval: Access comprehensive archive statistics and community metrics.
- Platform Management: Handle data from Reddit (Pushshift), Voat, and Ruqqus datasets.
Installation
To use the MCP server, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"reddarchiver": {
"command": "uv",
"args": ["--directory", "/path/to/mcp_server", "run", "python", "server.py"],
"env": { "REDDARCHIVER_API_URL": "http://localhost:5000" }
}
}
}
Supported hosts
- claude
Quick install
git clone https://github.com/19-84/redd-archiver.git && cd redd-archiver && docker compose up -dInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






