Obsidian is a second brain for humans. ArgosBrain is a second brain for coding agents.
Developers write notes in Obsidian (plugins: Smart Connections — local embeddings + chat over vault, ~2.5k stars; Copilot for Obsidian — hybrid keyword+vector RAG, ~4.5k stars). Claude Code / Cursor read the vault via an Obsidian MCP server (e.g. MarkusPfundstein/mcp-obsidian, ~800 stars) that wraps the Local REST API plugin, exposing search_notes, get_file_contents, append_content, patch_content as tools.