Skip to content
Zed

clavis for Zed

io.github.kn0wbot/clavis

Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.

client:Zed transport:stdio runtime:npm

Install clavis in Zed

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

{
  "context_servers": {
    "clavis": {
      "command": "npx",
      "args": [
        "-y",
        "@clavisagent/mcp-server"
      ]
    }
  }
}

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

clavis in other clients