← Back to all bundles

okflib — OKF Bundle for Knowledge Graphs

Draft

Store, query, and generate knowledge in the Open Knowledge Format (OKF) - markdown bundles with YAML frontmatter, trust signals, CLI, and LLM ingestion.

By gwenlake 1 stars Uncategorized Apache-2.0

Best for

  • AI agents using the MCP protocol
  • Claude Code and AI coding agents
  • Knowledge graph and knowledge management systems
  • Developer tooling and DevOps workflows

What it does

  • Exposes functionality through the Model Context Protocol (MCP) for agent-native access
  • Builds and maintains a structured knowledge graph from markdown content
  • Version-controlled with standard Git workflows for collaboration

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/gwenlake/okflib
cd okflib

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/okflib

MCP: This bundle supports the Model Context Protocol. Configure your MCP client to discover and load this bundle.

Frequently Asked Questions

Is okflib OKF conformant?

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

How do I install okflib?

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

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

What are alternatives to okflib?

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