mcpbeat Sign in

AitherOS ADK MCP Server

by aitherium Your server? Claim it
local only

AitherOS ADK runs on your own machine — the client starts it, so there is no endpoint to ping. 1 827 installs a week from pypi. Last commit 8 Sep 2026.

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

Installs per day peak 1 553 · avg 535 · +4% w/w
a month agotoday
1 827
Installs / week
pypi · aither-adk
9
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
NOASSERTION
License
Python

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call run_command.cwd → adk/decisions/cli.py:96, run_command.command → adk/node/local_tools.py:249, run_command.command → adk/shell/node/local_tools.py:249
        proc = subprocess.run(
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reads secrets and sends them out adk/deploy.py:3184
    env = dict(os.environ)
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox adk/server.py:89
    in_container = os.path.exists("/.dockerenv")
Executes code built at runtime adk/builtin_tools.py:496
    return __import__(name, *args, **kwargs)
Builds a file path from a variable adk/builtin_tools.py:888
            path = os.path.join(out_dir, f"gen_{timestamp}.png")
            exe_candidates = list(dest_dir.rglob("AitherDesktop.exe"))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aither-adk -- uvx aither-adk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aither-adk": {
      "args": [
        "aither-adk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aither-adk]
command = "uvx"
args = ["aither-adk"]
.cursor/mcp.json
{
  "mcpServers": {
    "aither-adk": {
      "args": [
        "aither-adk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aither-adk": {
      "args": [
        "aither-adk"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to AitherOS ADK

same job, measured the same way
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
Octocode
by muvon

AI-powered code indexer with semantic search and knowledge graphs

700 installs/wk local only
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

56 installs/wk local only
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

32 installs/wk local only
NervaPack
by ramdhavepreetam

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

696 installs/wk local only
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

82 installs/wk local only
codebase-synapse
by iwiels

Indexes codebase into a local knowledge graph with 40+ AI tools and codebase-guard.

59 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only

AitherOS ADK — questions

Answers built from our own checks of this server.

Why is there no uptime for AitherOS ADK?
AitherOS ADK runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package aither-adk was installed 1 827 times last week.
How do I connect AitherOS ADK?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aither-adk straight from pypi; nothing to host, nothing to sign up for.
How many people use AitherOS ADK?
The pypi package aither-adk was installed 1 827 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AitherOS ADK open source?
We cannot say that it is. On our reading no licence is declared for it, which is not the same as open source: source code can be public and still be proprietary. Check the terms with the vendor before you build on it.