Skip to content
Cursor

flyto indexer for Cursor

io.github.chesterhsu/flyto-indexer

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

client:Cursor transport:stdio runtime:pypi

Install flyto indexer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "flyto-indexer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "flyto-indexer"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

flyto indexer in other clients