tierproxy for Zed
io.github.tierproxy/python-sdk
Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.
client:Zed
transport:stdio
runtime:pypi
Install tierproxy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"python-sdk": {
"command": "uvx",
"args": [
"tierproxy"
],
"env": {
"TIERPROXY_API_KEY": "<TIERPROXY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs