Ergs

Datahoarder's Paradise

A flexible data fetching and indexing tool that collects information from various sources and makes it searchable. Perfect for digital packrats who want to hoard and search their data.

Key Features

🔍

Full-Text Search

Powerful FTS5 search across all your data sources with advanced query syntax.

🌐

Web Interface

Beautiful, responsive web UI for browsing and searching your data with dark/light themes.

🔌

Multiple Datasources

Connect to GitHub, RSS, HackerNews, browser history, and many more sources.

🔄

Auto-Sync

Continuously fetch new data from your sources on a schedule.

💾

Local Storage

All data stored locally in SQLite databases - your data stays yours.

🛠️

Extensible

Easy to add custom datasources with Go interfaces or HTTP API for imports.

🤖

MCP Server

Model Context Protocol server available for AI integration and automation.

Available Datasources

🌐 Browser Data

Firefox Chromium Chrome Edge Brave

💻 Code Hosting

GitHub Codeberg

📰 News & Media

HackerNews RSS/Atom RTVE

🔧 Development Tools

Zed Threads HTTP Importer MCP Server

🌤️ Weather

Open-Meteo

📊 Utilities

Gas Stations Datadis (Electricity) Timestamp

Quick Start

# Clone and build git clone https://github.com/rubiojr/ergs cd ergs make build # Initialize and fetch data ./ergs init ./ergs fetch # Start web interface ./ergs web --port 8080 # Or run continuously (fetches every 30 minutes) ./ergs serve
View Full Documentation MCP Server →