MonkeyLLM banner
JimmyWesley JimmyWesley

MonkeyLLM

Data community

Description

Knowledge engine for AI agents: your documents become a git-versioned markdown knowledge graph the agent navigates over MCP. Curated summaries, typed edges, cited answers, SQL over your spreadsheets, no chunking. Same 12B local model: 0/11 on multi-hop questions as top-k RAG, 11/11 as a navigator. Python, Apache-2.0, self-hostable.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

MonkeyLLM: a knowledge engine for AI agents. Your files become a markdown knowledge graph an agent navigates over MCP. 11/11 on multi-hop QA where the same 12B model scores 0/11 as top-k RAG, 1.3 ms entry search at recall@5 = 1.0 with no embedder, 0.66x the token cost per correct answer of iterative RAG, 1,309 tests green.

MonkeyLLM

**A knowledge engine for AI agents: a new way to query your data.** Your documents become a git-versioned markdown knowledge graph an agent navigates over MCP: curated summaries, typed edges, cited answers, SQL over your spreadsheets, nothing chunked into anonymous fragments.

This repository is **not an application**. Knowledge lives in a **forest**: a git-versioned tree of markdown nodes, each carrying a curated, scent-bearing passport. An AI does not get handed a retrieval dump. It **navigates**: drops in through search, follows typed edges, reads exactly the node it needs, and plants what it learns. Successful hunts deposit pheromone and mint shortcut links, so the corpus itself learns from use.

A real knowledge forest: 1,877 nodes across 49 branches, seen in the Explore console
A real forest: 1,877 nodes across 49 branches. Every cluster is a branch, every dot a node; solid lines are curated trails, dashed ones are shortcuts a hunt discovered, and the glow is pheromone left by use.

The number that made us write it down: on a benchmark where **every question needs ≥3 chained hops**, the *same* 12B local model scores **0 / 11 as a classic top-k RAG reader** and **11 / 11 (100%) as a forest navigator**, at **0.66×** the token cost per correct answer of an iterative-RAG baseline, on a single consumer GPU. If your fir