Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

AitherOS ADK in other clients