mcpbeat Sign in

Haypile MCP Server

local only

Haypile runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Hybrid search over your local documents, with file and page citations. One binary, fully local.

Installs / week
not published
2
Stars
0 open issues
21 Sep 2026
Last commit
from GitHub
AGPL-3.0
License
Go

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable internal/cli/init.go:100, internal/daemon/state.go:25
    fmt.Fprintf(out, "Wrote %s\n", filepath.Join(abs, ingest.ConfigName))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Haypile

same job, measured the same way
Minirag MCP
by sfrangulov

Local-first RAG MCP server: hybrid search over a folder of your own documents

220 installs/wk local only
Docsonar
by ribhav-jain

Local document search over your folders: hybrid keyword+semantic, fully offline, read-only

47 installs/wk local only
haiku.rag
by ggozad

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

3 086 installs/wk local only
Qt4 Doc MCP Server
by jztan

Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.

87 installs/wk local only
Ossian MCP
by dockndevai

Ask your own documents with citations, plus durable memory for agents. Safe by default.

51 installs/wk local only
I
LocalSynapse - Local File Search MCP Server
by localsynapse

Offline AI-powered local file search. BM25 + semantic hybrid search across all documents.

local only
doc-scraper
by sriram-pr

Crawl documentation sites into local corpora agents can search, read, and diff fully offline.

local only
I
LocalSynapse - Local File Search MCP Server
by localsynapse

Offline AI-powered local file search. BM25 + semantic hybrid search across all documents.

local only

Haypile — questions

Answers built from our own checks of this server.

Why is there no uptime for Haypile?
Haypile runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Haypile open source?
Yes — it is published under the AGPL-3.0 licence, written in Go and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.