heropen
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@heropenremember that I use FastAPI and SQLAlchemy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
heropen
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.
Related MCP server: tartarus-mcp
Install
pip install heropenRestart 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 diagnoseConnect 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 | 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceA local, fully-offline MCP memory server that enables persistent storage and retrieval of information using SQLite with both keyword and semantic vector search capabilities.Last updated106613MIT
- Alicense-qualityDmaintenanceA local-first MCP memory server providing persistent, searchable memory for AI agents, powered by SQLite.Last updated381Apache 2.0
- Alicense-qualityCmaintenanceAn MCP server that provides persistent long-term memory for AI agents via local SQLite storage with low token overhead, enabling memory storage, retrieval, and management across sessions.Last updated1MIT
- Alicense-qualityBmaintenanceA lightweight, local-first MCP memory server for LLM agents that enables storing, searching, and retrieving agent memories with zero external dependencies.Last updated1MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Local-first RAG engine with MCP server for AI agent integration.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Koradji77/heropen'
If you have feedback or need assistance with the MCP directory API, please join our Discord server