Skip to main content

Crate ferrograph

Crate ferrograph 

Source
Expand description

Ferrograph: graph-powered Rust code intelligence.

Indexes Rust codebases into a queryable knowledge graph with CLI and MCP interfaces.

Modulesยง

config
Configuration and CLI definition.
graph
Graph abstraction and storage.
mcp
MCP server for AI agents.
pipeline
Analysis pipeline: file discovery, AST, modules, call graph, and downstream phases.
search
Text search (substring match) over node payloads.
watch
File watcher for incremental re-indexing.