Heropen
БесплатноНе проверенA local memory server for AI agents that stores and retrieves information via MCP, keeping all data in SQLite on your machine.
Описание
A local memory server for AI agents that stores and retrieves information via MCP, keeping all data in SQLite on your machine.
README
Give your AI agent long-term memory. Data stays on your machine; search costs zero tokens.
Why "heropen"
The name comes from two places: her from Hermes (the agent you are reading this with), open from OpenClaw (openness). her + open put together is heropen.
Written out, heropen starts with hero — evoking the Marvel superhero trope. It is a memory layer that remembers you and writes things down for your agent.
Install
pip install heropen
Restart your agent. That's it.
On first launch it auto-detects your agent (Claude Code, Cursor, Windsurf, or any MCP client), sets up the database, and registers the memory tools. Your agent will notice the new install and walk you through setup.
30-second quickstart
# Save a memory
heropen add "Project uses FastAPI + SQLAlchemy, tests with pytest"
# Search memories
heropen search "project tech stack"
# Check status
heropen status
# Diagnose issues
heropen diagnose
Connect your agent (MCP)
Works with any MCP-compatible agent. v1.8+ auto-detects and configures — no manual steps.
Or add it manually to your agent config:
{
"mcpServers": {
"heropen": {
"command": "heropen",
"args": ["mcp"]
}
}
}
Restart your agent and it has memory. Store a bug fix once, remember it permanently across sessions.
Privacy promise
Data stays on your machine. No telemetry. No heartbeat pings. All memory is stored in a local SQLite database. Vector search uses a local embedding model by default (fastembed, pip install heropen[embedding]) — fully offline, zero cost. Optionally, you can point it at your own self-hosted embedding endpoint by setting the EMBEDDING_ENDPOINT and EMBEDDING_API_KEY environment variables (OpenAI-compatible /v1/embeddings), so no third-party cloud is ever billed. Memory text is only used to generate vectors and is never reported.
If neither a local embedding model nor a self-hosted endpoint is configured, search automatically degrades to fast full-text (FTS) matching — still fully offline and zero cost. So pip install heropen works with zero setup; embeddings only upgrade search quality, they never gate basic use.
Open-source scope
The free edition is fully open source (Apache-2.0). The commercial layer (Plus / Enterprise) is closed source.
Why heropen
| heropen (free) | other solutions | |
|---|---|---|
| Storage | unlimited | usually capped |
| Searches | unlimited | pay per query |
| Needs network | no | yes |
| Data ownership | your machine | their servers |
| Install | one pip install |
server + config |
Free = full core features. No crippled functionality.
Links
- Home: heropen.net
- Docs: heropen.net/heropen/docs
- GitHub: github.com/Koradji77/heropen
License
Apache-2.0
Установка Heropen
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Koradji77/heropenFAQ
Heropen MCP бесплатный?
Да, Heropen MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Heropen?
Нет, Heropen работает без API-ключей и переменных окружения.
Heropen — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Heropen в Claude Desktop, Claude Code или Cursor?
Открой Heropen на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Heropen with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
