Serversio.github.flytohub/flyto-indexer
I

io.github.flytohub/flyto-indexer

io.github.flytohub/flyto-indexer · v2.10.2
▦ pypi
v2.10.2pypi pypi: flyto-indexer↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.flytohub/flyto-indexer",
  "description": "Code intelligence MCP server — impact analysis, semantic search, dependency graphs",
  "repository": {
    "url": "https://github.com/flytohub/flyto-indexer",
    "source": "github"
  },
  "version": "2.10.2",
  "websiteUrl": "https://github.com/flytohub/flyto-indexer",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "flyto-indexer",
      "version": "2.10.2",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-m",
          "type": "positional"
        },
        {
          "value": "flyto_indexer.mcp_server",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}