You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreGraph is a Rust CLI that builds an in-memory code symbol graph for
multi-language and monorepo codebases. It combines tree-sitter (symbol
extraction) with stack-graphs (cross-file name resolution), serves the graph
from a background daemon, and answers questions about callers, impact, dead code,
and cross-language inconsistencies — with every edge tagged by a confidence/trust
model so an LLM (or a human) knows how much to trust each relationship.
These pages are the reference for the coregraph CLI, its graph model, and its
integrations (MCP, LSP, HTTP). Start with the Getting started group, then dip
into Concepts when you want to know why a result looks the way it does.
What ships today and what is still planned (not yet implemented)
Contributing and internals
These pages are for people building or modifying CoreGraph, not for using the
CLI. They live under contributing/ (how to build, test, and evolve the project)
and internals/ (deep implementation reference).