Flyto Indexer
Rank #4,093io.github.flytohub/flyto-indexer
Code intelligence MCP server — impact analysis, semantic search, dependency graphs
Flyto Indexer is a Model Context Protocol (MCP) server published by flytohub. It ranks #4,093 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Flyto Indexer is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jan 30, 2026 and most recently updated on May 6, 2026.
Ranks ahead of 111,367 of 115,460 servers on MCP Toplist.
Use Flyto Indexer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add flyto-indexer -- uvx flyto-indexer[mcp_servers.flyto-indexer]
command = "uvx"
args = ["flyto-indexer"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"flyto-indexer": {
"command": "uvx",
"args": [
"flyto-indexer"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"flyto-indexer": {
"command": "uvx",
"args": [
"flyto-indexer"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"flyto-indexer": {
"type": "stdio",
"command": "uvx",
"args": [
"flyto-indexer"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"flyto-indexer": {
"command": "uvx",
"args": [
"flyto-indexer"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"flyto-indexer": {
"command": "uvx",
"args": [
"flyto-indexer"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.flytohub%2Fflyto-indexer)<a href="https://mcptoplist.com/server/io.github.flytohub%2Fflyto-indexer"><img src="https://mcptoplist.com/badge/io.github.flytohub%2Fflyto-indexer.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
flytohub
Other servers by flytohub
View all flytohub servers →Available versions (3)
| Version | Published |
|---|---|
| 2.10.2 | May 6, 2026 |
| 1.0.2 | Feb 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Flyto Indexer?
- Flyto Indexer is maintained by flytohub, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Flyto Indexer listed on the Official MCP Registry?
- Yes — Flyto Indexer is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Flyto Indexer have?
- MCP Toplist tracks 3 versions of Flyto Indexer, most recently published on May 6, 2026.
- Where can I find the source code for Flyto Indexer?
- The source code for Flyto Indexer is hosted at github.com/flytohub/flyto-indexer.