MCP Catalogs
Homehister screenshot

hister

by asciimoo·959·Score 52

Hister is a privacy-focused search engine with MCP support for AI-enhanced querying.

searchai-llmdeveloper-tools
50
Forks
22
Open issues
this month
Last commit
2d ago
Indexed

Overview

Hister is a general-purpose web search engine built in Go that provides automatic full-text indexing for visited websites. It emphasizes privacy by keeping browsing history indexed locally rather than relying on remote search engines. The project offers advanced search capabilities with a powerful query language, local file indexing, and support for both headless browser and traditional crawlers. Notably, it includes MCP integration to enable semantic search and connect AI agents directly to the search functionality.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Personal search engine for private web browsing history
you:Knowledge base indexing with AI-enhanced queries via MCP
you:Community search server with multi-user support
you:How do I enable MCP functionality in Hister?
you:What search capabilities does Hister offer?

When to choose this

Choose Hister when you need a privacy-focused search solution that can be integrated with AI agents via MCP for enhanced search capabilities.

When NOT to choose this

Don't choose Hister if you need enterprise-level features, user authentication, or require cloud-hosted search with high scalability.

Comparable tools

local-search-mcpsemantic-searchprivatewebsearch

Installation

Installation

  1. Clone the repository: git clone https://github.com/asciimoo/hister.git
  2. Build with ./manage.sh build or go generate ./...; go build
  3. For development with hot reload:

`` npm run serve:app ``

Claude Desktop Configuration

Add the following to your Claude Desktop configuration:

{
  "mcpServers": {
    "hister": {
      "command": "path/to/hister",
      "args": []
    }
  }
}

FAQ

How do I enable MCP functionality in Hister?
MCP support is mentioned as an 'AI enhanced' feature in the README. You would need to configure it in your Claude Desktop settings by specifying the Hister command path.
What search capabilities does Hister offer?
Hister provides full-text indexing of visited websites, local file indexing, advanced query language support, and optional semantic search through AI integration.

On Hacker News

Recent discussion from the developer community.

Compare hister with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.