Guesswork removed, not just tokens
Your agent stops reading the wrong files and asking you what owns what.
It pulls the feature map, finds the relevant symbols, and answers with
the same context you’d hand a senior engineer on day one.
Right-file accuracyfunction-level, not folder-level
Owner & hotspot lookupone tool call, not a Slack thread
Change-impact & regression risksurfaced before the PR
Live errors per featureSentry + PostHog joined automatically
13 tools your agent can call
list_featuresfind_featureget_hotspotsget_feature_ownersget_feature_filesget_flow_filesget_repo_summaryanalyze_change_impactget_regression_riskfind_symbols_in_flowfind_symbols_for_featureget_feature_errorsget_feature_pageviews
Your AI agent gets the feature map, bug hotspots, owners, coverage —
plusimpact analysis (which features break, missing co-changes,
regression risk),symbol-level precision (read only the
functions that matter, not whole files), andlive runtime signal from your Sentry and PostHog accounts.
# Install
pip install 'faultlines[mcp]'
# ~/.cursor/mcp.json
{
"mcpServers": {
"faultlines": {
"command": "faultlines-mcp"
}
}
}