okf-agent

thecodacus/okf-agent
★ 0 stars TypeScript AI/LLM Updated 2d ago
LLM-managed knowledge base following the OKF spec — MCP server + web UI, runs on local llama.cpp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "okf-agent": {
      "command": "npx",
      "args": [
        "-y",
        "thecodacus/okf-agent"
      ]
    }
  }
}

README Excerpt

An LLM-managed knowledge base following the [Open Knowledge Format (OKF) v0.1 spec](https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md) — a bundle of plain markdown files with YAML frontmatter, readable by humans, diffable in git, managed by an agent. **Three ways in, one agent:**