docs: add Alchemy to the client list - #2019
Open
thrashr888 wants to merge 2 commits into
Open
Conversation
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 <noreply@anthropic.com>
It is a research notebook rather than a computational one, but the section is where a reader looking for notebook clients will look.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Alchemy under Notebook and data tools.
Alchemy is a local-first research notebook for macOS. A notebook holds sources (documents, web pages, pasted text) and notes; the Agent view runs the user's own installed coding agent over ACP inside that notebook, and passes the app's built-in MCP server in
session/newso the agent can search the notebook's sources while it works.agent-client-protocolRust SDK (v2).@agentclientprotocol/claude-agent-acp) and Codex (via@agentclientprotocol/codex-acp), with permission prompts, cancellation, and one session per notebook.Filed under Notebook and data tools since that is where a reader looking for notebook clients will look, though it is a research notebook rather than a computational one like the other entries there.
🤖 Generated with Claude Code