Exposes a folder of Markdown notes (Obsidian vault or plain .md files) to LLM clients like Claude and ChatGPT via Streamable HTTP, with tools for searching, reading, writing, and managing notes directly on the filesystem.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.CAPTURE_COLLISION_BEHAVIOR— suffix suffix \ overwrite \ error — what to do if a capture's generated filename already exists.DAILY_NOTE_FOLDER— / DAILY_NOTE_FORMAT — Fallback for obsidian_append_daily_note only if .obsidian/daily-notes.json doesn't exist (the server reads your real Daily Notes plugin settings first).DAILY_NOTE_FORMAT— DAILY_NOTE_FOLDER / — Fallback for obsidian_append_daily_note only if .obsidian/daily-notes.json doesn't exist (the server reads your real Daily Notes plugin settings first).INBOX_FOLDER— Inbox Where new-note creation is confined to.MCP_PORT— MCP client --HTTP--> server.mjs (127.0.0.1:) --node:fs--> VAULT_ROOTMCP_URLVAULT_ROOT— MCP client --HTTP--> server.mjs (127.0.0.1:MCP_PORT) --node:fs-->[](https://m8ven.ai/mcp/jamessturges-obsidian-mcp-server-kop92c)