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
Persistent memory for local AI agents. One
pip install, never start from scratch again.
Every new session, your agent forgets — project structure, tool preferences, past pitfalls, custom skills. heropen fixes that: after install, your agent remembers everything.
100% local. SQLite + vector search. No cloud, no telemetry.
Install
pip install heropenRestart your agent. That's it.
On first start, heropen auto-detects your agent (Claude Code, Cursor, Windsurf, or any MCP client), configures the database, and registers memory tools. You agent will notice the new install and offer to guide you through setup.
Related MCP server: tartarus-mcp
Quick Start
# Save a memory
heropen add "Project uses FastAPI + SQLAlchemy, tests with pytest"
# Search your memories
heropen search "project tech stack"
# Check status
heropen status
# Diagnose issues (v1.8+)
heropen diagnoseConnect Your Agent (MCP)
Works with any agent that supports MCP. Auto-setup (v1.8+) detects and configures automatically — no manual config needed.
Or add this to your agent config manually:
{
"mcpServers": {
"heropen": {
"command": "heropen",
"args": ["mcp"]
}
}
}Restart your agent, and it has memory. Your agent will auto-save and search memories on the fly — hit a bug once, remember it forever across sessions.
What's New in v1.8
Zero-setup install — auto-setup runs automatically on first interpreter start
Agent self-guidance — tool descriptions now tell your agent when to use each tool, not just what it does
Welcome workflow — new installs detected via health check, agent proactively offers to complete setup
heropen diagnose— one-command troubleshooting for MCP config, DB, agent detection, and version checksAuto-setup logging — every step logged to
~/.heropen/setup.log; success/failure shown in terminalstdout fix — MCP protocol no longer corrupted by heartbeat messages (reported by community)
Why heropen
heropen (free) | Others | |
Memory storage | Unlimited | Often capped |
Search | Unlimited | Per-query billing |
Internet required | No | Yes |
Your data stays | Your machine | Their servers |
Setup |
| Server + config |
Free = full core. No gating.
Support
Homepage: ksmn.cc/heropen
Docs: ksmn.cc/heropen/docs
Issues: GitHub Issues
License
MIT
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.
Latest Blog Posts
- 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