Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. AitherOS ADK
AitherOS ADK logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 11:16:40 AM

AitherOS ADK

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository11 GitHub StarsTotal stargazers on GitHub for the source repository (11 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "aitheros-adk": {
      "command": "uvx",
      "args": [
        "mcp-server-sqlite"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

Aither ADK β€” Build AI Agent Fleets

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.

PyPI License: BSL 1.1 Docs

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.

Terminal
pip install awdk
adk quickstart                                    # auto-detect hardware, set up inference
adk init my-agent && cd my-agent && python agent.py

Get running in 60 seconds β€” pick your path

You have…Run thisYou get
Nothing β€” not even Pythonone-line installer (below)isolated env + first-run wizard
No GPU, no API keyadk bonsai-localBonsai running free, offline, on CPU β€” pulls ~300MB image, serves on :8090
A GPU (6 GB+)adk quickstartauto-detected vLLM/Ollama, models pulled, ready to chat
Just an API keyadk quickstart --cloudcloud inference (Anthropic / OpenAI / DeepSeek)
A whole LAN of machinesadk deploy gridmulti-machine effort-routed inference

The no-Python one-liner β€” sets up an isolated environment (via uv) and launches the wizard:

bash
# macOS / Linux
curl -fsSL https://aitherium.com/install.sh | sh
powershell
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://aitherium.com/install.ps1 | iex"

Then, whichever path you took:

bash
adk start          # chat with your agent (zero config)
adk doctor         # something wrong? this names it

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.txt for tools that ingest those.


Contents

  • New here? The five concepts
  • Documentation map β€” every guide, linked
  • Subagents β€” drive Claude Code, Codex, and eight more β€” real binaries, scoped, torn down
  • Quick Start
  • Bonsai: an agent on literally anything
  • Reasoning capture & code intelligence β€” external thinking, omp interop, DeepSeek Coder
  • Setting Up Inference
  • Building Agents
  • Agent Fleets
  • Agents & Packs
  • CLI Reference
  • The Aitherium ecosystem
  • Environment Variables Β· Examples Β· License

New here? The five concepts

Everything in the ADK hangs off five ideas:

  1. Agent β€” AitherAgent("aither"). One object: await agent.chat("...") is the whole API. It has a persona, tools, and memory.
  2. Backend β€” where inference runs. Local (vLLM / Ollama / llama.cpp / Bonsai) or cloud (Anthropic / OpenAI / DeepSeek / Aitherium gateway). Switchable at runtime, mid-session.
  3. Effort routing β€” every call carries a 1–10 effort level; cheap calls go to small fast models, hard calls go to the big reasoning model. Automatically. You never pick a model per call again.
  4. Memory β€” a local SQLite knowledge graph that auto-ingests entities and relations from every conversation. Hybrid keyword + semantic search. No external services.
  5. Fleet β€” multiple agents that can call each other via the built-in 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.

Documentation map

I want to…Read this
Drive Claude Code / Codex / OpenCode / Aider from one shellAWSH-OMNISHELL-PLAYBOOK.md β€” install β†’ detect β†’ daemon β†’ UI, verified end to end
Build a real agent or publish a packdocs/AGENT_DEV_GUIDE.md β€” the golden path + gotcha checklist
Self-host the full managed-agent experienceQUICKSTART_SELF_HOSTED.md β€” adk onboard --quick
Operate a self-hosted node long-termdocs/SELF_HOSTING_RUNBOOK.md
Run inference across several machinesGRID_SETUP.md
Wire up a specific LLM providerdocs/providers/ β€” DeepSeek, Kimi, OpenAI-compatible, local AitherOS
Give my agent a persistent identity/personadocs/PERSONA.md Β· `adk soul import
Understand the world-model layerdocs/WORLD_MODEL.md
Connect agents across machines (relay)docs/AITHERRELAY_GUIDE.md
Run a private, local-only companionPRIVATE_COMPANION.md
See working codeexamples/ β€” five runnable scripts
See what changedCHANGELOG.md
Browse rendered docsaitherium.github.io/awdk

Interoperability

Aither agents speak three protocols for seamless integration with external systems:

1. ACP (Agent Client Protocol) β€” IDE Integration

Connect your agent to JetBrains, Zed, VS Code, or any ACP-compatible editor over JSON-RPC 2.0 stdio.

bash
adk acp serve                          # Serve your agent to an editor
  • Harness ID: acp (registered in adk.harnesses.registry)
  • Transport: STRUCTURED_BIDI (JSON-RPC 2.0)
  • Usage: Agents appear as room participants in AitherShell, driven by editors that speak ACP v2

2. A2A (Agent-to-Agent) β€” Remote Agent Integration

Map remote A2A agents (Google A2A v0.3.0 compatible) as room participants with full task lifecycle visibility.

server.ts
from adk.a2a_adapter import A2AAdapter

adapter = A2AAdapter(room_id="main", remote_agent_id="foo")
adapter.on_task_submitted("task_001", "what is AI?")
adapter.on_task_working("task_001", "thinking...")
adapter.on_task_completed("task_001", "AI is...")
  • Module: adk.a2a_adapter.A2AAdapter
  • Events: Task lifecycle maps to AitherEvents (orchestration + cognition pillars)
  • Flux codes: a2a.s (submit), a2a.u (update), a2a.d (done)
  • Actor kind: a2a β€” remote agents appear with their own identity in rooms

3. MCP-UI β€” Render Blocks as Resources

Serve agent-generated RenderBlocks (server-driven UI: tables, forms, charts, approval gates) via the MCP resource protocol using ui:// URIs.

server.ts
from adk.mcp_ui_resources import RenderBlocksMCPServer, create_table_block, create_scores_block

server = RenderBlocksMCPServer()
blocks = [
    create_table_block(columns=["Issue", "Severity"], rows=[[...], [...]]),
    create_scores_block({"security": 0.92, "style": 0.78}),
]
uri = server.from_agent_response("reviewer", "task_123", blocks)
# uri -> "ui://agent/reviewer/task_123"
  • Module: adk.mcp_ui_resources.RenderBlocksMCPServer
  • Block types: 24 primitives (markdown, header, table, code, form, approve, slider, file_upload, etc.)
  • Schema validation: Block schemas are kept at parity with the AitherOS RenderBlocks protocol, so a block emitted here renders identically in any AitherOS surface
  • MIME type: application/vnd.aitheros.renderblocks+json
  • Integration: Mount into FastAPI, use in MCP clients that understand ui://

The aw packages β€” three questions adk can ask about a repository

adk 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:

PackageKnowsThe question it answers
awgraphwhat the code is, and what depends on whatWhere is this symptom coming from?
awgitwhat changed, and who is editing itIs this an in-flight edit someone else owns?
awrelaywho found what, and who still needs to hear itWho do I tell?
Terminal
pip install awgraph awgit awrelay   # or any one of them, alone

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory30 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph β€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP β†’
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
11
Stargazers on the source repository.
Last commit
2d ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about AitherOS ADK

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aitheros-adk": { "command": "uvx", "args": ["mcp-server-sqlite"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAitherOS ADK AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aitheros-adk?style=directory)](https://allmcps.com/mcp/aitheros-adk)
HTML Embed
<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>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 22, 2026
11/12 checks healthy over the last 45d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars11
GitHub Star CountTotal stargazers on GitHub representing community popularity (11 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 22, 2026
43Quality signal: Fair Β· 43/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 2d ago via OSV.dev Β· mcp-server-sqlite (PyPI)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to AitherOS ADK β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients