Corent for Zed
io.github.gg13121/corent-mcp
Generate images, videos, voice, and text via the Corent API. Auto model routing with fallback.
client:Zed
transport:stdio
runtime:npm
Install Corent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"corent-mcp": {
"command": "npx",
"args": [
"-y",
"corent-mcp"
],
"env": {
"CORENT_API_KEY": "<CORENT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs