The Obsidian MCP Server allows AI agents to access, search, and summarize Markdown documents within an Obsidian Vault.
From the registry: Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Please install the `sunub-obsidian-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 22+** — Node.js version 22 or newer required Run: `node -v` (https://nodejs.org/)
- **Obsidian vault with absolute path** — Must use absolute path (not ~ or relative paths) for VAULT_DIR_PATH
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@sunub/obsidian-mcp-server@latest"]
- required environment variables:
- `VAULT_DIR_PATH`: Absolute path to Obsidian vault directory (example: `/Users/username/Documents/MyVault`)
- optional environment variables:
- `VAULT_METRICS_LOG_PATH`: Path for JSONL metrics log file (example: `/path/to/vault-metrics.ndjson`)
- `LOGGING_LEVEL`: Log level: debug, info, warn, or error (example: `info`)
Note: Korean-focused Obsidian MCP. 5 tools: vault (with 6 actions: search/read/list_all/stats/collect_context/load_memory), generate_property, write_property, create_document_with_properties, organize_attachments. README is in Korean.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.VAULT_DIR_PATHrequiredAbsolute path to the Obsidian Vault.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…