pypreset for Zed
io.github.kaierikniermann/pypreset
Scaffold Python projects from YAML presets, augment existing projects with CI/tests.
client:Zed
transport:stdio
runtime:pypi
Install pypreset in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pypreset": {
"command": "uvx",
"args": [
"pypreset"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs