← Back to all bundles

okfmem — OKF Bundle for AI Agents

Draft

okfmem engine — self-maintaining OKF markdown memory (decay + consolidation) for AI coding agents. Data lives in a separate private <user>/okfmem-store.

By s-annam 5 stars Uncategorized Apache-2.0

Best for

  • AI agent development

What it does

  • okfmem engine — self-maintaining OKF markdown memory (decay + consolidation) for AI coding agents.
  • Data lives in a separate private <user>/okfmem-store..

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/s-annam/okfmem
cd okfmem

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/okfmem
# Cursor
cursor /path/to/okfmem
# OpenCode
opencode /path/to/okfmem

Frequently Asked Questions

Is okfmem OKF conformant?

No, okfmem is currently marked as a draft bundle. It may not fully follow the OKF specification yet.

How do I install okfmem?

Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.

What AI agents can use okfmem?

okfmem works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.