1. Conduid
  2. Files
  3. Coregraph
MCP server · Files

Coregraph

A queryable code symbol graph for multi-language monorepos — find callers, impact, dead code, and cross-file inconsistencies, every edge confidence-scored.

34Low

Scored 2 hours ago · breakdown

About Coregraph

Coregraph is an MCP server published by simplecore-inc in the Files category: a queryable code symbol graph for multi-language monorepos — find callers, impact, dead code, and cross-file inconsistencies, every edge confidence-scored. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks.

Install

Clone
git clone https://github.com/simplecore-inc/coregraph

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Coregraph

Powered by Claude · Grounded in docs

I know everything about Coregraph. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

Releases

v0.2.9v0.2.9 · 19 Jun 2026Fixed Atlas edge total now matches the project picker.** Since the bridge omits `Resolves` from the graph payload, the loaded atlas showed only the shipped edge subset (e.g. ~93k) while the picker showed the daemon's full `edge_count`…
v0.2.8v0.2.8 · 19 Jun 2026Fixed Incremental rebuilds no longer diverge from a clean build.** After 0.2.7 stopped the synthetic-`Module` ratchet, the watcher's `build_graph_incremental` still inflated a daemon's graph by ~6% per rebuild because two derive stages…
v0.2.7v0.2.7 · 19 Jun 2026Fixed Daemon no longer ratchets its edge count upward over its lifetime.** The watcher's incremental-rebuild path (`build_graph_incremental`) re-runs `structural_pass` on the already-structured cached graph. That pass reused `File` nodes…
v0.2.6v0.2.6 · 16 Jun 2026Fixed Daemon no longer inflates symbol and orphan counts over its lifetime.** The on-demand heal path re-extracted changed files with a bare `extractor.extract` that never removed the file's existing nodes; because `insert_node` always…
v0.2.5v0.2.5 · 15 Jun 2026Performance Doc-comment indexing no longer recompiles its tree-sitter query per file.** `extract_block_doc_comments` compiled its per-language (static) query via `Query::new` on every file — thousands of redundant compilations on a large…
Questions

About Coregraph

How do I install Coregraph?

Run git clone https://github.com/simplecore-inc/coregraph, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Coregraph safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Coregraph still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.