rait-09114k downloadsChat with AI agents via the Agent Client Protocol directly from your vault.
Bring AI agents (Claude Code, Codex, Gemini CLI) directly into Obsidian. Chat with your AI assistant right from your vault.
Built on Agent Client Protocol (ACP) by Zed.
https://github.com/user-attachments/assets/1c538349-b3fb-44dd-a163-7331cbca7824
@notename syntax/ commands provided by your agenthttps://github.com/RAIT-09/obsidian-agent-clientmain.js, manifest.json, styles.css from ReleasesVaultFolder/.obsidian/plugins/agent-client/Open a terminal (Terminal on macOS/Linux, PowerShell on Windows) and run the following commands.
Install an agent and its ACP adapter (e.g., Claude Code):
curl -fsSL https://claude.ai/install.sh | bash # Install Claude Code
npm install -g @agentclientprotocol/claude-agent-acp # Install ACP adapter
Login (skip if using API key):
claude
Follow the prompts to authenticate with your Anthropic account.
Find the paths:
which node # macOS/Linux
which claude-agent-acp
where.exe node # Windows
where.exe claude-agent-acp
Configure in Settings → Agent Client:
/usr/local/bin/node/usr/local/bin/claude-agent-acp (not claude)Start chatting: Click the robot icon in the ribbon
npm install
npm run dev
For production builds:
npm run build
Apache License 2.0 - see LICENSE for details.