Shared memory and token protection

eagle-memskillsetup L30
eagleisbatman/eagle-mem
What it does

Shared memory, release guardrails, RTK token protection

Best for

Needed when you want AI coding agents to retain project context and memory across sessions without using cloud services.

Inputs
  • · Auth token/API key
Outputs
  • · Markdown documentation/skill file
  • · JSON output/config
  • · CLI commands/scripts
  • · Generated files/artifacts
  • · Agent skill
  • · Persistent memory/state
Requires
  • · MCP servers
  • · SQLite database
  • · GitHub API
  • · Node.js runtime
  • · Python runtime
  • · Vector database
Preconditions
  • · Package installed (npm/pip)
  • · Authentication credentials set
  • · Configuration file present
  • · Runtime installed
  • · MCP client running
  • · Database initialized
Failure modes
  • · Missing or invalid credentials → command fails to authenticate
  • · Database lock/corruption → read/write failure
  • · Invalid config format → startup error
  • · Missing file/directory → file not found error
  • · Malformed JSON/response → parsing error
Trust signals
  • · Open source repository available
  • · Published on package registry (npm/PyPI)
  • · Easy one-command install via npm
  • · Verified/signed by publisher