
Flyto Indexer
Ask your agent for dependency graphs, blast-radius impact analysis, and dead-code signals before you merge risky refactors.
Overview
flyto-indexer is a MCP server for the Ship phase that provides dependency graphs, impact analysis, and dead code detection for agent-guided code review.
What is this MCP server?
- PyPI flyto-indexer v1.0.2 code-intelligence MCP server
- Impact analysis before refactors or large deletes
- Dependency graph extraction for navigating unfamiliar repos
- Dead code detection to narrow review scope
- stdio transport from github.com/flytohub/flyto-indexer
- Version 1.0.2 on PyPI identifier flyto-indexer
- Advertised capabilities: impact analysis, dependency graphs, dead code detection
- Repository github.com/flytohub/flyto-indexer with stdio MCP schema 2025-12-11
Community signal: 4 GitHub stars.
What problem does it solve?
Solo builders fear silent breakages when refactoring because they cannot hold the whole dependency graph in their head.
Who is it for?
Indie developers maintaining medium or large repos who want agent-assisted review with graph-level context.
Skip if: Greenfield hello-world repos with almost no modules, or teams that need hosted SaaS code search without a local index.
What do I get? / Deliverables
After hooking up flyto-indexer, your agent can cite structural impact and unused code paths before you ship changes.
- Agent-queryable dependency and impact reports
- Dead code candidate lists to focus review
- Structured code intelligence over your indexed workspace
Recommended MCP Servers
Journey fit
How it compares
Local code-intelligence MCP indexer, not a cloud IDE plugin marketplace or a single-file linter skill.
Common Questions / FAQ
Who is flyto-indexer for?
Solo builders and small teams who need dependency and impact insight from their agent before merging refactors or deletions.
When should I use flyto-indexer?
Use it during code review, pre-release refactors, and dead-code cleanup when you need to see what depends on a symbol or file.
How do I add flyto-indexer to my agent?
Install flyto-indexer from PyPI, configure it against your repository per the flytohub README, and register the stdio MCP server in Claude Code or Cursor.