
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
docsagent-for-obsidian
Advanced tools
A privacy-first, local-first search assistant and MCP server for your Obsidian library, enabling AI agents to search and analyze your research papers securely.
The High-Performance Local Intelligence Layer for AI Agents.
DocsAgent for Obsidian is a professional, local-first documents intelligence engine and MCP (Model Context Protocol) server. It provides a secure, near-instant bridge between your private local files and advanced agentic platforms like Claude Desktop, Claude Code, and Cursor.
100% Local. 100% Private. Zero Data Leakage.
Modern AI Agents are incredibly smart, but they are "blind" to your private desktop documents. DocsAgent for Obsidian acts as a High-Performance Intelligence Engine that indexes your local data, allowing agents to search, read, and analyze thousands of files (1,000+) with absolute privacy.
npm install -g docsagent-for-obsidian
DocsAgent for Obsidian provides a powerful CLI for managing your local knowledge base.
# Link your Obsidian storage (auto-detects default path if omitted)
da init "/Users/me/Obsidian/storage"
# Perform a semantic search directly from the terminal
da search "What are the key findings in the 2023 climate study?"
# Start the MCP server for AI agents (Claude, Cursor, etc.)
da mcp
Connect DocsAgent for Obsidian to your favorite tools:
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"docsagent-for-obsidian": {
"command": "da",
"args": ["mcp"]
}
}
}
Integrate with Anthropic's CLI tool:
claude code mcp add da -- da mcp
DocsAgentForObsidiancommandda mcpOnce integrated, your AI agent gains professional-grade document capabilities through these tools:
search: Perform deep semantic search across your entire Obsidian library to find relevant snippets.DocsAgent for Obsidian provides a powerful CLI with convenient aliases (da, dag):
| Command | Example | Description |
|---|---|---|
init | da init | Initialize the backend index and search service |
search | da search "query" | Search for documents directly from CLI |
mcp | da mcp | Start the MCP server (for AI agents) |
stop | da stop | Stop the background engine service |
| Format | Status | Features |
|---|---|---|
| ✅ Full | Deep layout analysis & high-speed parsing | |
| Word (.docx) | ✅ Full | Table extraction & heading hierarchy preserved |
| PPTX | ✅ Full | Extracts slides, shapes, and speaker notes |
We are building the open standard for Local RAG. Join us in making AI respect personal data sovereignty!
DocsAgent for Obsidian is open-source under the Apache-2.0 License.
Desktop Sovereignty is here. Empower your Agents with DocsAgent for Obsidian.
FAQs
A privacy-first, local-first search assistant and MCP server for your Obsidian library, enabling AI agents to search and analyze your research papers securely.
The npm package docsagent-for-obsidian receives a total of 0 weekly downloads. As such, docsagent-for-obsidian popularity was classified as not popular.
We found that docsagent-for-obsidian demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.