Measuring AI agent tool usage: the op-stats ledger
Which MCP tools does your coding agent actually use? CGraph records every daemon op in a ledger; cgraph stats rolls up counts, latency, and zero-hit rate.
Which MCP tools does your coding agent actually use? CGraph records every daemon op in a ledger; cgraph stats rolls up counts, latency, and zero-hit rate.
Checkpoint a coding session into the code graph and recall it after /clear or a daemon restart. How CGraph stores durable, code-linked memory that never pollutes retrieval.
Layer prose, concepts, and design intent onto a deterministic code graph — without the binary ever calling an LLM. How CGraph plans chunks and merges host-authored semantic fragments.
Give a coding agent your repo as a queryable graph over MCP instead of dumping raw files — precise answers, fewer tokens, and a one-line Claude Code setup.
CGraph exposes eight MCP tools that let a coding agent query a codebase as a graph. What each tool answers, and when an agent should reach for each one.