AitherOS ADK for Zed
io.github.aitherium/aither-adk
Agent runtime with typed memory, knowledge and code graphs, plus file and web tools
client:Zed
transport:stdio
runtime:pypi
Install AitherOS ADK in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aither-adk": {
"command": "uvx",
"args": [
"aither-adk"
],
"env": {
"AITHERIDENTITY_URL": "<AITHERIDENTITY_URL>",
"AITHERIUM_API_KEY": "<AITHERIUM_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs