Skip to content
Zed

Arbitype for Zed

io.github.renwang-huang/arbitype

Typed decision tools for AI agents, powered by TypeSafe Jev.

client:Zed transport:stdio runtime:pypi

Install Arbitype 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": {
    "arbitype": {
      "command": "uvx",
      "args": [
        "arbitype"
      ],
      "env": {
        "TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>"
      }
    }
  }
}

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

Arbitype in other clients