From cc81f35ab9686de735bc9893be8f6efdd4ab5a54 Mon Sep 17 00:00:00 2001 From: Paul Thrasher Date: Sat, 22 Aug 2026 21:48:01 -0700 Subject: [PATCH 1/2] docs: add Alchemy to the client list Alchemy is a local-first research notebook for macOS. It hosts the user's own installed coding agent over ACP inside a notebook, handing the agent the app's built-in MCP server at session/new so the notebook's sources are searchable from the session. Shipped in v0.44.0. Co-Authored-By: Claude Fable 5 --- docs/get-started/clients.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index a4b6aa39..ad86ede6 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -52,6 +52,7 @@ The following projects implement ACP directly, connect ACP agents to other envir - [AgentRQ](https://github.com/agentrq/agentrq) — Human-in-the-loop realtime task management and collaboration (Web) - [AionUi](https://github.com/iOfficeAI/AionUi) - [aizen](https://aizen.win) +- [Alchemy](https://github.com/thrashr888/alchemy) — local-first research notebook for macOS: run your own coding agent inside a notebook, with that notebook's sources reachable over the app's built-in MCP server - [Braide](https://braide.dev) - Parallel sessions, worktrees, personas and interactive agent responses (supports macOS, Windows, Linux) - [Casper](https://github.com/joeyshi12/casper) - A web client for kiro-cli that talks to it over the Agent Client Protocol (ACP), giving you a browser-based chat UI with live streaming, session history, and rich per-tool-call rendering. - [Codeg](https://github.com/xintaofei/codeg) — collaborative multi-agent coding workbench that unifies ACP agents (Claude Code, Codex, Gemini CLI, OpenCode, and more) with session aggregation; desktop app, self-hosted server, or Docker (macOS, Windows, Linux, Web) From 42fdecd001eb6984f270aaffb6c38655502cb231 Mon Sep 17 00:00:00 2001 From: Paul Thrasher Date: Sat, 22 Aug 2026 22:17:55 -0700 Subject: [PATCH 2/2] docs: file Alchemy under Notebook and data tools It is a research notebook rather than a computational one, but the section is where a reader looking for notebook clients will look. --- docs/get-started/clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index ad86ede6..5b60b1eb 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -52,7 +52,6 @@ The following projects implement ACP directly, connect ACP agents to other envir - [AgentRQ](https://github.com/agentrq/agentrq) — Human-in-the-loop realtime task management and collaboration (Web) - [AionUi](https://github.com/iOfficeAI/AionUi) - [aizen](https://aizen.win) -- [Alchemy](https://github.com/thrashr888/alchemy) — local-first research notebook for macOS: run your own coding agent inside a notebook, with that notebook's sources reachable over the app's built-in MCP server - [Braide](https://braide.dev) - Parallel sessions, worktrees, personas and interactive agent responses (supports macOS, Windows, Linux) - [Casper](https://github.com/joeyshi12/casper) - A web client for kiro-cli that talks to it over the Agent Client Protocol (ACP), giving you a browser-based chat UI with live streaming, session history, and rich per-tool-call rendering. - [Codeg](https://github.com/xintaofei/codeg) — collaborative multi-agent coding workbench that unifies ACP agents (Claude Code, Codex, Gemini CLI, OpenCode, and more) with session aggregation; desktop app, self-hosted server, or Docker (macOS, Windows, Linux, Web) @@ -86,6 +85,7 @@ The following projects implement ACP directly, connect ACP agents to other envir ## Notebook and data tools - [agent-client-kernel](https://github.com/wiki3-ai/agent-client-kernel) (Jupyter notebooks) +- [Alchemy](https://github.com/thrashr888/alchemy) — local-first research notebook for macOS: run your own coding agent inside a notebook, with that notebook's sources reachable over the app's built-in MCP server - DuckDB — through the [sidequery/duckdb-acp](https://github.com/sidequery/duckdb-acp) extension - [marimo notebook](https://github.com/marimo-team/marimo)