Obsidian
0
Enables direct file system access and management for Obsidian vaults through Model Context Protocol (MCP).
概要
Obsidian MCP provides a server that grants programmatic access to Obsidian vaults without requiring Obsidian plugins or a REST API. It streamlines interaction with your knowledge base by offering capabilities like automatic vault discovery, full-text search with regex, and comprehensive note operations including reading, writing, appending, and prepending content. This tool is optimized for Windows environments and aims to be a foundational layer for applications needing to interact directly with Obsidian data.
主な機能
- Full-text search with regex support across all notes
- Vault management including listing vaults and getting statistics
- Read, write, append, and prepend operations for notes
- Automatic discovery of Obsidian vaults
- Direct vault access without plugins or REST API
- 0 GitHub stars
ユースケース
- Automating knowledge management tasks in an Obsidian environment
- Programmatically searching and manipulating notes within an Obsidian vault
- Integrating Obsidian vault data with AI models or other applications