Skip to main content
Glama
Koradji77
by Koradji77

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 heropen

Restart 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 diagnose

Connect 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 checks

  • Auto-setup logging — every step logged to ~/.heropen/setup.log; success/failure shown in terminal

  • stdout 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

pip install one line

Server + config

Free = full core. No gating.

Support

License

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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