62
/ 100
10 days ago
glama

obsidian-remote-mcp

Self-hosted MCP server that provides remote AI clients with read and write access to Obsidian vaults over HTTPS without needing the Obsidian desktop app running.

Is this your MCP?

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.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: HEALTH_TOKEN, MCP_CLIENT_SECRET, MCP_STATIC_BEARER_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCORS_ALLOWED_ORIGINSCORS allowlisting () for browser-based clients
configDAILY_NOTE_PATH_TEMPLATEDaily/{YYYY}-{MM}-{DD}.md
🔐 secretHEALTH_TOKENoptional; enables GET /health (see Health endpoint)
configLOG_DIR
configLOG_ENABLED
configMCP_ALLOWED_REDIRECT_URISCursor's OAuth redirect URI (cursor://anysphere.cursor-mcp/oauth/callback) is in the default allowlist. If you set yourself, include it so Cursor can still complete OAuth.
configMCP_BASE_URLmust match the public site origin (no /mcp).
configMCP_CLIENT_IDexport =my-vault-mcp
🔐 secretMCP_CLIENT_SECRETOAuth 2.1 + PKCE with optional on token exchange
🔐 secretMCP_STATIC_BEARER_TOKENAPI key () for clients that take a fixed credential instead of browser auth
configMONTHLY_NOTE_PATH_TEMPLATEMonthly/{YYYY}-{MM}.md # optional; opt-in cadence
configOBSIDIAN_VAULT_IDpersonal # optional when obsidian.json contains multiple vaults
configPORT
configQUARTERLY_NOTE_PATH_TEMPLATEQuarterly/{YYYY}-Q{Q}.md # optional; opt-in cadence
configRESOLVE_INDEX_TTL_MS
configTOKEN_STORE_PATH: /app/data/tokens.json # uncomment to persist OAuth sign-ins across restarts
configVAULT_ATTACHMENT_MAX_BYTES10485760 # optional; vault_read_attachment size cap, defaults to 10 MB
configVAULT_CONTEXT_PATHvault_context Read the vault guidance note configured by , or fall back to AGENTS.md / CLAUDE.md
configVAULT_DISPLAY_NAMEPersonal # optional; defaults to the vault directory name
configVAULT_MCP_TEST
configVAULT_PATHexport =/absolute/path/to/your/vault
configVAULT_READ_ONLYBlock paths with .mcpignore; set to turn off writes.
configWEB_CLIPPER_SETTINGS_PATH
configWEEKLY_NOTE_PATH_TEMPLATEWeekly/{GGGG}-W{WW}.md # optional; opt-in cadence
configYEARLY_NOTE_PATH_TEMPLATEYearly/{YYYY}.md # optional; opt-in cadence
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/nweii-obsidian-remote-mcp-1ul42a)](https://m8ven.ai/mcp/nweii-obsidian-remote-mcp-1ul42a)
commit: 54900c10faa98017ae4206028ffc152a0d1308d9
code hash: 408545d461f2fc3e34f2cbb00363b6980cd1ea432b52fb07bcef9a88905a5226
verified: 6/13/2026, 10:05:58 AM
view raw JSON →