Query a curated YAML semantic concept graph for codebase invariants and cross-cutting facts.
Semantic concept graph MCP server for codebases — what your code means, not just what it does. Code graphs (Aider repomap, GitNexus, Sourcegraph) capture structural relations: who imports who, who calls who. They miss semantic invariants — the cross-cutting concepts that live in code not related by imports: "Fix B" lives in 7 files but isn't a function or a class "All UI counting workload must…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Semantic concept graph MCP server for codebases — what your code means, not just what it does. Code graphs (Aider repomap, GitNexus, Sourcegraph) capture structural relations: who imports who, who calls who. They miss semantic invariants — the cross-cutting concepts that live in code not related by imports: "Fix B" lives in 7 files but isn't a function or a class "All UI counting workload must exclude manual-override participants" "Sector value strings must match keys exactly" is the curated…