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ยง

claude
Claude Code skill management: install, uninstall, status.
config
Configuration and CLI definition.
graph
Graph abstraction and storage.
mcp
MCP server for AI agents.
ops
Shared operations used by both the CLI and MCP server.
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.