Home › Development › AitherOS ADK

AitherOS ADK

Agent runtime with typed memory, knowledge and code graphs, plus file and web tools

Python
★ 11 stars Last pushed 2026-09-24 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 3.5.0)

uvx aither-adk

Or add to your MCP client config:

{
  "mcpServers": {
    "awdk": {
      "command": "uvx",
      "args": [
        "aither-adk"
      ],
      "env": {
        "AITHERIDENTITY_URL": "<YOUR_VALUE>",
        "AITHERIUM_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • AITHERIDENTITY_URL — Override the AitherIdentity endpoint used for sign-in. Only needed for a self-hosted node; the public default works out of the box.
  • AITHERIUM_API_KEY secret — Optional API key for the hosted gateway. The server runs fully local without it; its file and web tools need no credential.

Related servers

Data from the Official MCP Registry