Graphenium v0.1.0
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 doctordiagnostic commandgm setupMCP config generator for Claude, Cursor, and CodeWhale
Install
curl -fsSL https://raw.githubusercontent.com/lambda-alpha-labs/Graphenium/main/install.sh | sh
cargo install grapheniumQuick start
gm run . --no-semantic --no-viz
gm query "authentication flow"
gm doctor