tierproxy for VS Code
io.github.tierproxy/python-sdk
Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.
client:VS Code
transport:stdio
runtime:pypi
Install tierproxy in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "tierproxy-api-key",
"description": "TIERPROXY_API_KEY",
"password": true
}
],
"servers": {
"python-sdk": {
"type": "stdio",
"command": "uvx",
"args": [
"tierproxy"
],
"env": {
"TIERPROXY_API_KEY": "${input:tierproxy-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs