# Add to your Claude Code skills
git clone https://github.com/asciimoo/histerGuides for using mcp servers skills like hister.
Last scanned: 5/4/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@sveltejs/adapter-static: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "@sveltejs/kit: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "bits-ui: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "cookie: cookie accepts cookie name, path, and domain with out of bounds characters",
"severity": "low"
},
{
"type": "npm-audit",
"message": "runed: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "svelte-toolbelt: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "vite: Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-05-04T06:42:26.859Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}See how hister compares with popular alternatives.
hister is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by asciimoo. Your own search engine. It has 3,761 GitHub stars.
hister returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/asciimoo/hister" and add it to your Claude Code skills directory (see the Installation section above).
hister is primarily written in Go. It is open-source under asciimoo on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh hister against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Your own search engine
Hister is a private search engine for the pages you visit and the files you keep. It indexes their full contents so you can find information again from the web interface, terminal, or an AI assistant connected through MCP.
Try the demo · Download Hister · Read the quickstart · Documentation

Download the binary for your platform from the latest release, then rename it to hister (hister.exe on Windows).
On Linux or macOS, make it executable:
chmod +x hister
Start Hister on Linux or macOS:
./hister listen
On Windows, run .\hister.exe listen in PowerShell.
Keep this terminal open while using Hister. The server must be running to index pages and search them.
Open http://127.0.0.1:4433 and install the browser extension for Firefox or Chrome.
Visit a web page with the extension enabled, then return to Hister and search for a phrase from that page to find your first indexed result.
No configuration is required for a local personal setup. See the complete quickstart to choose what Hister indexes.
To search existing content, import browser history, index local directories, or import files.
Alternative installation methods include Homebrew (brew install hister), Docker, and Nix. See the installation guide for instructions.

By default, Hister has no telemetry and no cloud sync. The browser extension sends indexed page content only to the Hister server you configure, apart from downloading page favicons. The server stores documents and search indexes on that server.
Optional semantic search sends document text to the embeddings endpoint you choose. Review the privacy overview and semantic search configuration before enabling remote integrations.
Requirements are Go 1.26, npm, and a C compiler for CGO dependencies.
git clone https://github.com/asciimoo/hister.git
cd hister
./manage.sh build
To work on the web app with hot reload and automatic Go rebuilds:
npm run serve:app
This starts a Vite development server and the Go backend with automatic rebuilds through air.
Join us on IRCNet in #hister or on Discord.
Read CONTRIBUTING.md before submitting a change. Bugs and suggestions belong in the issue tracker. For security reports, see SECURITY.md.
AGPLv3 or any later version