obsidian-mcp.md

Obsidian MCP

from"obsidian"
780

Obsidian vault integration for markdown notes

Productivity
Obsidiannotesmarkdownknowledge
install.sh
# Clone the repository
$git clone https://github.com/MarkusPfundstein/mcp-obsidian
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve