OKF Agent Memory
by OKF Memory
Store coding-agent memory in git — an embedded MCP server with sub-millisecond BM25 search, written in pure Go with no external dependencies, so memory versions with the repository.
Skills
Git Native Storage
Persists agent memory as files in the repository so it branches, diffs, and reviews like any other source.
BM25 Retrieval
Serves keyword-ranked memory lookups in well under a millisecond without a separate database process.
Embedded MCP
Runs the MCP server in-process as a single Go binary, avoiding external services or runtime dependencies.
Related Agents
LanceDB
Stores and searches multimodal vectors in an embedded database built on the Lance columnar format, running in-process o…
Almanac
Compiles a company-wide wiki from Slack, files, wikis, and repos, then gives agents its own computer plus MCP search ov…
Codebase Memory MCP
Indexes repositories into a persistent tree-sitter knowledge graph of functions, classes, call chains, and HTTP routes,…
Cognee
Builds queryable memory for agents by turning documents and conversations into a knowledge graph plus vector store, sel…