okf-agent-memory — OKF Bundle for AI Agent Memory
OKF ✓ v0.1Git-native persistent memory for AI coding agents. Implements Google OKF v0.2 with sub-300µs in-memory BM25 search, embedded MCP server, and progressive disclosure. Slashes token bloat by 80% with zero external databases or dependencies. Built in pure Go.
Best for
- AI agents using the MCP protocol
- Claude Code and AI coding agents
- Knowledge graph and knowledge management systems
- Markdown note-taking and personal knowledge management
- AI agent memory systems
What it does
- Git-native persistent memory for AI coding agents.
- Implements Google OKF v0.2 with sub-300µs in-memory BM25 search, embedded MCP server, and progressive disclosure.
- Slashes token bloat by 80% with zero external databases or dependencies.
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/okf-memory/okf-agent-memory
cd okf-agent-memory Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/okf-agent-memory MCP: This bundle supports the Model Context Protocol. Configure your MCP client to discover and load this bundle.
Frequently Asked Questions
Is okf-agent-memory OKF conformant?
Yes, okf-agent-memory is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.
How do I install okf-agent-memory?
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 okf-agent-memory?
okf-agent-memory works with any AI agent that supports OKF bundles, including Claude Code. Just point your agent at the bundle directory.
What are alternatives to okf-agent-memory?
Similar bundles include kw-okf-memory-skill, crystalline, kaut. Browse these for alternative approaches and feature sets.