HubLensLLMYishenTu/claudian
// archived 2026-04-11
107

// summary

Claudian is an Obsidian plugin that integrates AI coding agents like Claude Code and Codex directly into your vault. It transforms your vault into an active working directory where agents can read, write, search, and execute bash commands. Users can interact with these agents through a chat sidebar, inline editing, and support for Model Context Protocol servers.

// technical analysis

Claudian is an Obsidian plugin designed to integrate AI coding agents directly into a user's vault, effectively turning the vault into an active working directory for agents like Claude Code and Codex. By leveraging a provider-neutral architecture, the plugin enables seamless file manipulation, search, and multi-step workflows within the Obsidian environment. This design choice allows users to maintain their knowledge base while utilizing powerful AI tools for automated editing and planning, though it requires external CLI dependencies to function.

// key highlights

01
Inline Edit functionality allows users to modify notes directly with word-level diff previews using AI assistance.
02
Slash commands and @mentions enable users to quickly trigger reusable prompt templates or reference specific files, subagents, and MCP servers.
03
Plan Mode provides a structured workflow where the agent designs and proposes changes for user approval before execution.
04
Support for Model Context Protocol (MCP) allows users to connect external tools and services directly into the Obsidian vault environment.
05
Multi-tab conversation management supports complex workflows with features like history tracking, forking, and session resuming.
06
The plugin maintains a provider-neutral core, allowing for flexible integration of different AI agents like Claude and Codex.

// use cases

01
Inline code editing with word-level diff previews directly within notes.
02
Planning mode that allows agents to design and propose workflows before implementation.
03
Integration of external tools and data sources via Model Context Protocol (MCP) servers.

// getting started

To begin, ensure you have the Claude Code CLI or Codex CLI installed on your desktop machine, as these are required for the agent functionality. You can install the plugin by downloading the release files into your vault's plugins folder or by using the BRAT plugin for automatic updates. Once installed, enable 'Claudian' in your Obsidian community plugin settings and configure your CLI paths if the plugin fails to auto-detect them.