Agent runtime with typed memory, knowledge and code graphs, plus file and web tools
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Docs Β· Source Β· pip install awdk Β· The Aither World
The Aither World is an operating system for agents β a Linux you can hand to one, the runtimes it works in, and the tools it works with. awnix is the Linux underneath it; awdk is one of its 65 bricks β each installs on its own, runs offline, and needs no account.
Start here: Point it at a backend you already pay for and run one agent loop.
3 lines of code. Any backend. Local or cloud. Zero lock-in.
Aither ADK is a Python SDK + CLI for building AI agents that run on your hardware β a single helpful agent or a coordinated fleet that delegates work to each other. Agents get tools, persistent knowledge-graph memory, safety filtering, and effort-based model routing out of the box. Swap the LLM backend at runtime β your GPU, Ollama, llama.cpp, or any cloud API β same code, same agents.
| You have⦠| Run this | You get |
|---|---|---|
| Nothing β not even Python | one-line installer (below) | isolated env + first-run wizard |
| No GPU, no API key | adk bonsai-local | Bonsai running free, offline, on CPU β pulls ~300MB image, serves on :8090 |
| A GPU (6 GB+) | adk quickstart | auto-detected vLLM/Ollama, models pulled, ready to chat |
| Just an API key | adk quickstart --cloud | cloud inference (Anthropic / OpenAI / DeepSeek) |
| A whole LAN of machines | adk deploy grid | multi-machine effort-routed inference |
The no-Python one-liner β sets up an isolated environment (via uv) and launches the wizard:
Then, whichever path you took:
Using an AI coding agent (Claude Code, Cursor, Copilot)? Paste the Agent Setup Prompt into your session β it walks the agent through install, auth, inference, and the path from zero to fleet. There's also
llms.txt/llms-full.txtfor tools that ingest those.
Everything in the ADK hangs off five ideas:
AitherAgent("aither"). One object: await agent.chat("...") is the whole API. It has a persona, tools, and memory.ask_agent tool. One YAML file, one adk-serve command, and you have an orchestrator delegating to specialists.If you only remember one thing: agent.chat() is the agent. Everything else is configuration.
| I want to⦠| Read this |
|---|---|
| Drive Claude Code / Codex / OpenCode / Aider from one shell | AWSH-OMNISHELL-PLAYBOOK.md β install β detect β daemon β UI, verified end to end |
| Build a real agent or publish a pack | docs/AGENT_DEV_GUIDE.md β the golden path + gotcha checklist |
| Self-host the full managed-agent experience | QUICKSTART_SELF_HOSTED.md β adk onboard --quick |
| Operate a self-hosted node long-term | docs/SELF_HOSTING_RUNBOOK.md |
| Run inference across several machines | GRID_SETUP.md |
| Wire up a specific LLM provider | docs/providers/ β DeepSeek, Kimi, OpenAI-compatible, local AitherOS |
| Give my agent a persistent identity/persona | docs/PERSONA.md Β· `adk soul import |
| Understand the world-model layer | docs/WORLD_MODEL.md |
| Connect agents across machines (relay) | docs/AITHERRELAY_GUIDE.md |
| Run a private, local-only companion | PRIVATE_COMPANION.md |
| See working code | examples/ β five runnable scripts |
| See what changed | CHANGELOG.md |
| Browse rendered docs | aitherium.github.io/awdk |
Aither agents speak three protocols for seamless integration with external systems:
Connect your agent to JetBrains, Zed, VS Code, or any ACP-compatible editor over JSON-RPC 2.0 stdio.
acp (registered in adk.harnesses.registry)Map remote A2A agents (Google A2A v0.3.0 compatible) as room participants with full task lifecycle visibility.
adk.a2a_adapter.A2AAdaptera2a.s (submit), a2a.u (update), a2a.d (done)a2a β remote agents appear with their own identity in roomsServe agent-generated RenderBlocks (server-driven UI: tables, forms, charts, approval gates) via the MCP resource protocol using ui:// URIs.
adk.mcp_ui_resources.RenderBlocksMCPServerapplication/vnd.aitheros.renderblocks+jsonui://aw packages β three questions adk can ask about a repositoryadk is the agent runtime; three small, independent packages give it the facts it would otherwise have to guess at. Each answers a different question, each installs on its own, and none of the three requires the others:
| Package | Knows | The question it answers |
|---|---|---|
awgraph | what the code is, and what depends on what | Where is this symptom coming from? |
awgit | what changed, and who is editing it | Is this an in-flight edit someone else owns? |
awrelay | who found what, and who still needs to hear it | Who do I tell? |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aitheros-adk)<a href="https://allmcps.com/mcp/aitheros-adk"><img src="https://allmcps.com/api/badge/aitheros-adk?style=directory" alt="AitherOS ADK on AllMCPs" /></a>