Skip to content

Quick Start

Terminal window
cargo install gl
cd your-project && gl init .
Terminal window
# In your project directory
cat > .mcp.json << 'EOF'
{
"mcpServers": {
"ganglia": {
"command": "gl",
"args": ["mcp", "-p", "."]
}
}
}
EOF

Open Claude Code and try:

What would break if I changed UserService?

Ganglia calls code_impact and returns a severity-ranked list of every affected function — before you write a single line.

Mark processPayment as a danger zone

From now on, if the AI tries to touch processPayment, zone_guard intercepts and asks you first.