Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Corent in other clients