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
{
"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