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.
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
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
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.
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_notesList 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_noteRead 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_noteCreate 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_notePermanently delete a note from the vault. WARNING: This action cannot be undone. The note file will be removed from the filesystem.
obsidian_search_notesSearch 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_statsGet statistics about the Obsidian vault. Returns: { "totalNotes": number, "totalSize": number (bytes), "totalTags": number, "lastModified": string (ISO date) }
obsidian_get_linksGet 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_backlinksGet 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_tagsList 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_notesGet 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[] }] }
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
glob CLI: Command injection via -c/--cmd executes matches with shell:true
HOSTNo 127.0.0.1 HTTP server hostMCP_SERVER_NAMEMCP_SERVER_VERSIONOBSIDIAN_VAULT_PATH/path/to/vault npm startSERVER_HOSTSERVER_PORTTRANSPORTNo stdio Transport mode: stdio or httpPORTTool 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.
[](https://m8ven.ai/mcp/sethdavis512/obsidian-mcp-server)?variant=verified from the URL.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