gpt 4o image mcp for Zed
io.github.runapi-builder/gpt-4o-image-mcp
RunAPI MCP server for GPT-4o Image: create tasks, poll status, check pricing.
client:Zed
transport:stdio
runtime:npm
Install gpt 4o image mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gpt-4o-image-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/gpt-4o-image-mcp"
],
"env": {
"RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs