Skip to content

Graphenium v0.1.0

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 24 Jun 11:02

Graphenium v0.1.0

Persistent structural memory for AI coding agents.

What is included

  • AST extraction for 9 languages (Rust, Python, Go, JavaScript, TypeScript, C, C++, Java, C#)
  • MCP server with 13 graph tools
  • Query CLI with keyword scored graph traversal
  • Louvain community detection
  • AST only and semantic extraction modes
  • Watch mode with incremental patching
  • gm doctor diagnostic command
  • gm setup MCP config generator for Claude, Cursor, and CodeWhale

Install

curl -fsSL https://raw.githubusercontent.com/lambda-alpha-labs/Graphenium/main/install.sh | sh
cargo install graphenium

Quick start

gm run . --no-semantic --no-viz
gm query "authentication flow"
gm doctor