obsidian-llm-wiki (2233admin/obsidian-llm-wiki) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 33 tools. No publisher has claimed this listing.
Your markdown vault, compiled into a 6-persona MCP team for Claude Code, Codex, OpenCode, and Gemini CLI. Headless-first. Cites, doesn't guess.
Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. 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
2233admin
Source: github_repo_search
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.
vault.readRead a note's content
vault.existsCheck if a path exists
vault.listList files and folders
vault.statGet file/folder metadata
vault.createCreate a new note (dry-run by default)
vault.modifyOverwrite an existing note
vault.appendAppend content to a note
vault.deleteDelete a note or folder
vault.renameRename/move a file
vault.mkdirCreate a directory
vault.searchFulltext grep across vault .md files (filesystem-only, single-adapter). Returns matching lines with line numbers, not ranked results. Use regex=true for patterns, glob to restrict scope. For cross-adapter weighted search use query.unified.
vault.searchByTagFind notes with a given tag
vault.searchByFrontmatterFind notes by frontmatter key-value
vault.graphBuild full wikilink graph of the vault. Returns nodes (with exists flag), edges (from/to/count), orphans (.md files with no inbound links), and unresolvedLinks count. Filter edges with type=resolved|unresolved|both (default both).
vault.backlinksFind notes linking to a note
vault.batchExecute multiple vault operations
vault.lintVault health audit: finds orphans (no inbound wikilinks), broken wikilinks, empty files, duplicate titles, and optionally missing required frontmatter keys. Read-only; does not check modification time.
vault.dailyCreate or update today's daily note with AI-First frontmatter (date, mood, energy, summary). Path: Daily/YYYY-MM-DD.md
vault.personCreate or update a person note with AI-First frontmatter. Path: People/{name}.md
vault.projectDeprecated compatibility update for an already-registered Project. Unknown names are rejected; use project.init to create a Project ID and Work-OS anchor.
vault.decideCreate a structured decision log (ADR). Path: Decisions/YYYY-MM-DD -- {title-slug}.md
vault.meetingCreate a meeting note with attendees, decisions, and action items. Path: Meetings/YYYY-MM-DD -- {title-slug}.md
vault.ingestIngest content into vault with AI-First frontmatter (ai-first: true, source, recency markers). Path: 00-Inbox/{title-slug}.md
vault.initScaffold the vault. methodology mode creates the folder layout (generic|para|lyt|zettelkasten) plus a Home.md index with AI-First frontmatter, dry-run by default, existing folders are skipped; topic mode scaffolds a knowledge base topic directory (writes immediately).
vault.enforceDisciplineRetroactively enforce Karpathy LLM Wiki discipline: ensure each top-level topic folder has _index.md (catalog) and log.md (chronicle). Skips folders that already have a recognized catalog (Home.md/INDEX.md/README.md) or chronicle (Log.md). Dry-run by default.
vault.writeAIOutputWrite a persona-authored analysis into 00-Inbox/AI-Output/{persona}/YYYY-MM-DD-{slug}.md with the 8-field provenance frontmatter (generated-by, generated-at, agent, parent-query, source-nodes, status=draft, scope, quarantine-state). Human confirmation rides on an Obsidian body tag (#user-confirmed),…
vault.sweepAIOutputSweep 00-Inbox/AI-Output for stale drafts (age > persona threshold and no non-AI-Output backlinks) and supersede candidates (same-persona reviewed pairs with source-nodes Jaccard >= 0.6). Reports candidates; when dry_run=false flips draft→stale in place. Never auto-applies supersede.
vault.getMetadataGet parsed metadata for a note
recipe.listList all recipes with their status (secrets present/missing)
recipe.showShow a recipe's frontmatter and setup guide
recipe.statusCheck secret configuration status for a recipe
recipe.doctorFull diagnostic: secrets + health checks for a recipe
recipe.runRun a recipe collector. Secrets must be set in the MCP server environment.
CODEX_THREAD_IDCONTEXT_CORE_PATHLLMWIKI_PROJECT_COMPATIBILITY_WINDOW_SECONDSMEDIA_TRANSCRIBE_CMDOLLAMA_EMBED_API_KEYOLLAMA_EMBED_BASE_URLOLLAMA_EMBED_MODELOLLAMA_EMBED_PROFILEOLLAMA_EMBED_PROXYOPENCLI_CMDPYTHONProgramFilesQUERYTOPKVAULTBRAIN_EMBED_DIMVAULT_BRIDGE_VAULTVAULT_MIND_VAULT_PATH (or ) may be set insteadVAULT_MIND_ACTORVAULT_MIND_ADAPTERSVAULT_MIND_ADAPTER_WEIGHTSVAULT_MIND_ALLOWED_WRITE_PATHSVAULT_MIND_AUTH_TOKENVAULT_MIND_COLLAB_ENFORCEVAULT_MIND_EMBED_API_KEYVAULT_MIND_EMBED_MODELVAULT_MIND_EMBED_PROFILEVAULT_MIND_EMBED_URLVAULT_MIND_LANGVAULT_MIND_MEDIA_CMDVAULT_MIND_OPENCLI_CMDVAULT_MIND_PROTECTED_PATHSVAULT_MIND_PYTHONVAULT_MIND_ROLEVAULT_MIND_VAULT_PATH(or VAULT_BRIDGE_VAULT) may be set insteadAll four hints declared on every tool
33/33 tools missing one or more hints — vault.read (missing: idempotentHint, openWorldHint); vault.exists (missing: idempotentHint, openWorldHint); vault.list (missing: idempotentHint, openWorldHint), +30 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool test coverage
17/33 tools referenced in tests (52%)
Write tests that reference each tool by name so every tool has at least one test.
No eval / new Function
1 eval() or new Function() call — dynamic code execution
Replace eval / Function with explicit parsing or safer alternatives.
Shell command execution
8 calls in production code run through a shell (src/compile-trigger.ts:283, src/adapters/filesystem.ts:88, src/adapters/filesystem.ts:184)
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Domain consistency
npm scope @obsidian-llm-wiki doesn't match GitHub owner 2233admin
Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.
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/2233admin/obsidian-llm-wiki)?variant=verified to the badge 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