7
/ 100
1 month ago
glama

Obsidian Sync MCP

MCP server for Obsidian — access your vault from any AI agent, even when your machine is off. Powered by Self-hosted LiveSync.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: COUCHDB_PASSWORD, MCP_AUTH_TOKEN, password
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies3 high2 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highminimatch@9GHSA-23c5-xmqv-rm74

minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions

highminimatch@9GHSA-3ppc-4f35-3m26

minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern

highminimatch@9GHSA-7r86-cg39-jmmj

minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments

Zod denial of service vulnerability

tsup DOM Clobbering vulnerability

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBASE_URLe =https://your-server-url \
configCOUCHDB_DATABASEe =obsidian -e VAULT_NAME=MyVault \
configCOUCHDB_OBFUSCATE_PROPERTIESe =false \
configCOUCHDB_PASSPHRASEe =your-encryption-passphrase \
🔐 secretCOUCHDB_PASSWORDe COUCHDB_USER=admin -e =yourpassword \
configCOUCHDB_URLe =https://your-couchdb:5984 \
configCOUCHDB_USERe =admin -e COUCHDB_PASSWORD=yourpassword \
configDATA_DIRv mcp-data:/data -e =/data \
configHOSTOptional 0.0.0.0 Bind address (127.0.0.1 to restrict to localhost)
configLOG_LEVELOptional — Set to debug for verbose logging (library logs, change feed, index sync)
🔐 secretMCP_AUTH_TOKENe =yourpassword \
configMCP_INSTRUCTIONS
configMCP_INSTRUCTIONS_FILE
configMCP_REFRESH_DAYSOptional 14 Days before auth session expires
configPORTBASE_URL Optional http://localhost: Public URL (for OAuth callbacks when using a tunnel)
configREAD_ONLY
configVAULT_NAMEe COUCHDB_DATABASE=obsidian -e =MyVault \
configVAULT_PATH~/Documents/MyVault \
configdatabaseFilesystem mode — reads .md files directly from your vault folder. No needed.
confighostname
configpassphraseThe script asks for your CouchDB connection details, vault name, and encryption .
🔐 secretpassword3. The MCP_AUTH_TOKEN is the you enter when an agent connects
configuri_passphrase
configusernameCOUCHDB_USER CouchDB mode admin CouchDB
// 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 2 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/es617-obsidian-sync-mcp-16zcr1)](https://m8ven.ai/mcp/es617-obsidian-sync-mcp-16zcr1)
commit: 129671de36940e6c9f1a873cf8a4c98c7a2dc805
code hash: 170aff2e5097c387c6c9bfe427d5e9ab6d4cdda2a344b59f797a71ed49006649
verified: 6/13/2026, 10:51:24 AM
view raw JSON →