← Back to Plugins
MCP Server MCP

io.github.flytohub/flyto-indexer

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx flyto-indexer

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...