Discover and explore top open-source AI tools and projects—updated daily.
newtype-01AI model integration server for Obsidian knowledge bases
Top 96.1% on SourcePulse
Summary
This project provides an Obsidian Model Context Protocol (MCP) server, enabling AI models to directly interact with Obsidian knowledge bases. It allows AI to read, write, and manage notes and folders, offering enhanced AI-driven knowledge management capabilities and strategic insights for developers and power users.
How It Works
The MCP server acts as a bridge, translating AI requests into actions within an Obsidian vault via the Obsidian Local REST API plugin. It supports core note and folder operations, advanced text replacement, and precision editing at heading or block-level. A dual API strategy combines the REST API with filesystem fallback for robustness. Features like intelligent search and context optimization (summarization) prepare data for LLMs.
Quick Start & Requirements
npx @huangyihe/obsidian-mcp. Other options include a one-click DXT package, global NPM install (npm install -g @huangyihe/obsidian-mcp), source clone, or Docker deployment.OBSIDIAN_VAULT_PATH, OBSIDIAN_API_TOKEN, and OBSIDIAN_API_PORT (default 27123).Highlighted Details
^block-id).Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
5 months ago
Inactive