Skip to content
Cursor

heropen — AI Agent Memory for Cursor

net.heropen/heropen

Persistent memory for AI agents: local-first MCP server, zero-config. No cloud, no API keys.

client:Cursor transport:stdio runtime:pypi

Install heropen — AI Agent Memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "heropen": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "heropen"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

heropen — AI Agent Memory in other clients