flyto indexer for Cursor
io.github.flytohub/flyto-indexer
Code intelligence MCP server — impact analysis, semantic search, dependency graphs
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