← Back to all bundles

GrafitoDB — OKF Bundle for Knowledge Graphs

Draft

The embeddable GraphRAG engine for Python. SQLite-backed, Cypher-powered, with hybrid search, vector indexes, document chunking and OKF agent memory. No server. Built for agents.

By jpmanson 2 stars Uncategorized Apache-2.0

Best for

  • Knowledge graph and knowledge management systems

What it does

  • The embeddable GraphRAG engine for Python.
  • SQLite-backed, Cypher-powered, with hybrid search, vector indexes, document chunking and OKF agent memory.

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/jpmanson/GrafitoDB
cd GrafitoDB

Step 2: Point your AI agent at the bundle directory

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

Frequently Asked Questions

Is GrafitoDB OKF conformant?

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

How do I install GrafitoDB?

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 GrafitoDB?

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

What are alternatives to GrafitoDB?

Similar bundles include okf-tools, okf-gem, OKF_Studio_EGT. Browse these for alternative approaches and feature sets.