Shuttle for Cursor
io.github.grarcht/shuttle
Android framework and solution that prevents TransactionTooLargeException crashes by design.
client:Cursor
transport:stdio
runtime:oci
Install Shuttle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shuttle": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/grarcht/shuttle-mcp:4.0.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs