Flyto Core for Cursor
io.github.flytohub/flyto-core
Execution engine for AI agents. 412 modules: browser, file, Docker, data, crypto.
client:Cursor
transport:stdio
runtime:pypi
Install Flyto Core in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"flyto-core": {
"type": "stdio",
"command": "uvx",
"args": [
"flyto-core"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs