Skip to content
Zed

Overwing for Zed

ai.overwing/mcp

Guardrails for LLM output: pass / fail / review verdicts with calibrated confidence in under 500 ms.

client:Zed transport:stdio runtime:npm

Install Overwing 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": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "overwing-mcp"
      ],
      "env": {
        "OVERWING_API_KEY": "<OVERWING_API_KEY>",
        "OVERWING_BASE_URL": "<OVERWING_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Overwing in other clients