Shuttle for Zed
io.github.grarcht/shuttle
Android framework and solution that prevents TransactionTooLargeException crashes by design.
client:Zed
transport:stdio
runtime:oci
Install Shuttle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shuttle": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/grarcht/shuttle-mcp:4.0.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs