41
/ 100
1 month ago
glama

Obsidian MCP Wrapper

Enables Claude Desktop to securely search and retrieve knowledge from an Obsidian vault through a stateless MCP interface, with progressive disclosure and gated write capabilities.

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
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: PF_INDEX_HMAC_SECRET, PF_INDEX_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.
configPF_INDEX_CONFIGexport ="$PF_DEMO_ROOT/pf-index.toml"
🔐 secretPF_INDEX_HMAC_SECRETexport ="local-demo-secret-change-me"
configPF_VAULT_ROOTexport ="$PF_DEMO_ROOT/Obsidian_Vault"
configPF_INDEX_ROOTexport ="$PF_DEMO_ROOT/.pf_index"
configPF_AUDIT_DBexport ="$PF_INDEX_ROOT/write_audit.sqlite"
configPF_INDEX_TOKEN_MAP
configPF_MAX_RESULTS_HARD
configPF_MAX_TOKENS_SEARCH_HARD
configPF_MAX_TOKENS_DEEP_DIVE_HARD
configPF_NOTE_TEXT_HARD_CHARS
configPF_INDEX_URL"http://127.0.0.1:8765" \
🔐 secretPF_INDEX_TOKENexport ="local-demo-token"
configPF_HTTP_TIMEOUT_SECONDS
// 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/uwugreed-obsidian-mcp-wrapper-1k9gou)](https://m8ven.ai/mcp/uwugreed-obsidian-mcp-wrapper-1k9gou)
commit: abb5a493b7ff92fa5110030ef610c2242ab39311
code hash: 16a8a4661004700ea42a218122897545532935ba3e3b256d4959d8e2ae7e86cb
verified: 6/30/2026, 9:50:41 AM
view raw JSON →