Skip to content
Zed

ratchet for Zed

io.github.iversonwuwei/ratchet

Read-only tools to inspect your agent setup: list MCP servers, flag unpinned ones, test a policy.

client:Zed transport:stdio runtime:oci

Install ratchet in Zed

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

{
  "context_servers": {
    "ratchet": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/suhui-organization/ratchet:v0.12.1"
      ]
    }
  }
}

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

ratchet in other clients