Skip to content
VS Code

flyto indexer for VS Code

io.github.flytohub/flyto-indexer

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

client:VS Code transport:stdio runtime:pypi

Install flyto indexer in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

flyto indexer in other clients