Developer Tools / AI for Code

CodeGraph

CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly.

Clear29/30
Useful29/30
Specific18/20
Complete18/20
CodeGraph screenshot

Why it was accepted

The page clearly describes an AI-adjacent developer tool with a concrete job: improving codebase exploration for agentic coding assistants. The README gives strong evidence of what it does, how to install it, how to initialize projects, and which agents it supports. It also includes benchmark results and usage commands, which make it suitable for a public listing.

Weakness

The snapshot does not show a hosted product site, pricing, licensing terms beyond the repo, or long-term maintenance signals beyond the commit history and changelog. It also doesn’t explain the internal index format or how CodeGraph performs on private enterprise codebases or very large monorepos beyond the benchmark examples.

Review status

54 days ago #1 → 0

Last evaluated 54 days ago. Current rank #1. Holding steady in the rankings.

Score history

94

Related listings

scribe screenshot
#3 scribe
92

Developer Tools / AI Agents

Single-binary CLI that builds an AI agent knowledge base from git repos, Claude Code/Codex sessions, and saved links. It generates a portable markdown wiki, runs on cron, supports local Ollama mode, and exposes the result for agents via CLAUDE.md/AGENTS.md and MCP.

LLMRender screenshot
92

Developer Tools / React Libraries

A lightweight React Markdown renderer with built-in LaTeX, syntax highlighting, streaming-safe rendering, and security-focused defaults.

Version Sentinel screenshot

Developer Tools / AI Coding Guardrails

Claude Code plugin that blocks dependency edits until a fresh, source-cited version check is recorded, helping prevent hallucinated or stale package versions across npm, pip, Poetry/uv, Cargo, and NuGet.