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