Skip to content
Zed

readyorai for Zed

io.github.tedoneobichajavascript/readyorai

Zero-cost MCP server for local code inspection and best-practice recommendations

client:Zed transport:stdio runtime:npm

Install readyorai in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "readyorai": {
      "command": "npx",
      "args": [
        "-y",
        "readyorai"
      ]
    }
  }
}

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

readyorai in other clients