apimodels for Zed
io.github.stimqq/apimodels-mcp
Image, video, chat and speech models with one API key. The model can review its own images.
client:Zed
transport:stdio
runtime:npm
Install apimodels in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"apimodels-mcp": {
"command": "npx",
"args": [
"-y",
"apimodels-mcp"
],
"env": {
"APIMODELS_API_KEY": "<APIMODELS_API_KEY>",
"APIMODELS_BASE_URL": "<APIMODELS_BASE_URL>",
"APIMODELS_WAIT_SECONDS": "<APIMODELS_WAIT_SECONDS>",
"APIMODELS_TIMEOUT_MS": "<APIMODELS_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs