Skip to content
Zed

Unswell for Zed

io.github.stokaro/unswell

Offline self-checking to reduce AI-style wording in source code and documentation.

client:Zed transport:stdio runtime:oci

Install Unswell in Zed

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

{
  "context_servers": {
    "unswell": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/stokaro/unswell-mcp:0.1.0-alpha.4"
      ]
    }
  }
}

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

Unswell in other clients