obsidian-mcp-server (sethdavis512/obsidian-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 10 tools. No publisher has claimed this listing.

D
Caution
54/100

obsidian-mcp-server

Enables full Obsidian vault operations including reading, writing, searching, deleting notes, managing tags and links, with support for both local and remote access via stdio or HTTP transports.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

sethdavis512

Source: Glama

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
10 tools verified — handlers match their declared behaviour
8 read-only tools verified — handlers contain no write/delete/exec
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.
// tools this server exposes10 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

obsidian_list_notes

List notes in the Obsidian vault with pagination support. Returns a list of note paths, names, tags, and modification dates. Use 'folder' to filter to a specific directory. Use 'offset' and 'limit' for pagination on large vaults. Returns JSON by default with schema: { "total": number, "count":

obsidian_read_note

Read the full content of a specific note by path. The path can be with or without .md extension. Set include_frontmatter=false to get only the markdown content. Returns: { "path": string, "name": string, "content": string, "frontmatter"?: object, "tags": string[], "modified": string }

obsidian_write_note

Create or update a note in the vault. Provide markdown content and optionally YAML frontmatter. Directories are created automatically if they don't exist. Set overwrite=false to prevent overwriting existing notes. Returns the created/updated note metadata.

obsidian_delete_note

Permanently delete a note from the vault. WARNING: This action cannot be undone. The note file will be removed from the filesystem.

obsidian_search_notes

Search notes by content, title, tags, or folder. - 'query': Full-text search in content and titles - 'tags': Filter to notes with any of these tags - 'folder': Filter to notes in a specific folder - 'include_content': Include full content in results (default: false) Returns ranked results with mat

obsidian_vault_stats

Get statistics about the Obsidian vault. Returns: { "totalNotes": number, "totalSize": number (bytes), "totalTags": number, "lastModified": string (ISO date) }

obsidian_get_links

Get outgoing links from a specific note. Extracts both wiki-style [[links]] and markdown [links](path.md). Shows whether each linked note exists in the vault. Returns: { "note": string, "links": [{ "path": string, "displayText"?: string, "exists": boolean }] }

obsidian_get_backlinks

Get backlinks to a specific note (notes that link TO this note). Useful for understanding how notes are connected and finding related content. Returns: { "note": string, "backlinks": [{ "path": string }] }

obsidian_list_tags

List all tags used in the vault with their usage counts. Tags are extracted from both YAML frontmatter and inline #tags. Results are sorted by frequency (most used first). Returns: { "total": number, "tags": [{ "tag": string, "count": number }] }

obsidian_get_tagged_notes

Get all notes that have a specific tag. The tag can be provided with or without the # prefix. Returns: { "tag": string, "total": number, "notes": [{ "path": string, "name": string, "tags": string[] }] }

// known CVEs in dependencies3 high

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

high@modelcontextprotocol/sdk@1.6.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.6.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highglob@10.3.10GHSA-5j98-mcp5-4vw2

glob CLI: Command injection via -c/--cmd executes matches with shell:true

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configHOSTNo 127.0.0.1 HTTP server host
configMCP_SERVER_NAME
configMCP_SERVER_VERSION
configOBSIDIAN_VAULT_PATH/path/to/vault npm start
configSERVER_HOST
configSERVER_PORT
configTRANSPORTNo stdio Transport mode: stdio or http
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool inputs are validated

Only 0/10 tool handlers declare input schemas (0%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 0/10 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

2 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.6.1 (high), @modelcontextprotocol/sdk@1.6.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

1/7 production deps stale: gray-matter@2023-07-12 (2.9y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 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 Verified](https://m8ven.ai/badge/mcp/sethdavis512/obsidian-mcp-server?variant=verified)](https://m8ven.ai/mcp/sethdavis512/obsidian-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c16c5fdb615864bf01ad73a9437dace64b063689
code hash: 3431b54681f000b63063978a26af6943338d10ea8d5d019cc5d84ce7b35401bc
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client