mcpbeat Sign in

Flyto Indexer MCP Server

local only

Flyto Indexer runs on your own machine — the client starts it, so there is no endpoint to ping. 533 installs a week from pypi. Last commit 16 Sep 2026.

Code intelligence MCP server — impact analysis, semantic search, dependency graphs

Installs per day peak 272 · avg 90 · -0% w/w
a month agotoday
533
Installs / week
pypi · flyto-indexer
4
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call get_file_symbols.path → src/cli.py:2121, get_file_symbols.path → src/cli.py:2060, untested_changes.project → src/tools/coverage_intel.py:694 и ещё 7
            result = subprocess.run(
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

A live secret is committed in the code .gitleaks.toml:23
  '''AKIAI44QH8DHBR3WZLPQ''',
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    abs_path = os.path.join(project_root, path)
        for fpath in sorted(project_root.rglob(f"*{ext}")):

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flyto-indexer -- uvx flyto-indexer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flyto-indexer": {
      "args": [
        "flyto-indexer"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flyto-indexer]
command = "uvx"
args = ["flyto-indexer"]
.cursor/mcp.json
{
  "mcpServers": {
    "flyto-indexer": {
      "args": [
        "flyto-indexer"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flyto-indexer": {
      "args": [
        "flyto-indexer"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Flyto Indexer

same job, measured the same way
Flyto Indexer
by chesterhsu

Code intelligence MCP server: impact analysis, dependency graphs, dead code detection.

local only
Kai
by kailayerhq

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

203 installs/wk local only
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Ckb
by simplyliz

Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture

274 installs/wk local only
Codehelper
by veyrforge

Local-first code intelligence MCP: symbol graph, impact analysis, 60+ tools.

local only
Code Atlas
by lusiem

Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.

46 installs/wk local only
Roslyn CodeLens
by marcelroozekrans

Roslyn MCP server: semantic .NET/C# intelligence - analysis, refactoring, tests, IL inspection.

90 installs/wk local only
Sem
by ataraxy-labs

Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents

6 824 installs/wk local only

Flyto Indexer — questions

Answers built from our own checks of this server.

Why is there no uptime for Flyto Indexer?
Flyto Indexer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package flyto-indexer was installed 533 times last week.
How do I connect Flyto Indexer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls flyto-indexer straight from pypi; nothing to host, nothing to sign up for.
How many people use Flyto Indexer?
The pypi package flyto-indexer was installed 533 times in the last week. Week over week that is -0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flyto Indexer open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.