Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

kObsidian

NPM · KOBSIDIAN-MCP · SCANNED AUG 3

Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.

Available components

+24 this week 73 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to bezata/kObsidian). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 17 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 4371 tokens (~47/item across 92 items; 92 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · kobsidian-mcp

# add to Claude Code
claude mcp add bezata-kobsidian-mcp -- npx -y kobsidian-mcp
# add to Codex CLI
codex mcp add bezata-kobsidian-mcp -- npx -y kobsidian-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bezata-kobsidian-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "kobsidian-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bezata-kobsidian-mcp --command npx --arg -y --arg kobsidian-mcp
# ~/.hermes/config.yaml
mcp_servers:
  bezata-kobsidian-mcp:
    command: "npx"
    args: ["-y", "kobsidian-mcp"]
// mcp.json
{
  "mcpServers": {
    "bezata-kobsidian-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kobsidian-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +46
    • GHSA-frvp-7c67-39w9 affects this package: medium security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • The attested source repository moved: bezata/kObsidian security
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → poor functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −26
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 49

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
bezata/kObsidian
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/bezata/kObsidian/.github/workflows/release.yml@refs/tags/v0.2.1
Rekor log index:
1365472890
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:ea21c9e71915b3f148c74a294ff48b55dd8d50d0d7f21039b533d37e0156356b8c4c853570307126be7eb0022b1233cacf6b1037b2874c9376c533e37
Discovery method:
attestation_endpoint
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-frvp-7c67-39w9 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N yes
Dependencies 105 packages

105 packages in the resolved dependency tree · 105 deprecated · 37 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 92 exposed · ~4,371 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
notes.list ~39

List notes in the vault or a folder.

NameTypeReqDescription
directorystring
recursiveboolean
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

notes.listFolders ~37

List folders in the vault.

NameTypeReqDescription
directorystring
recursiveboolean
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

notes.move ~51

Move a note and optionally update links that reference it.

NameTypeReqDescription
destinationPathstringyes
sourcePathstringyes
updateLinksboolean
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.moveFolder ~52

Move a folder and optionally update links inside the vault.

NameTypeReqDescription
destinationFolderstringyes
sourceFolderstringyes
updateLinksboolean
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.read ~33

Read a note from the vault with parsed metadata.

NameTypeReqDescription
pathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

notes.search ~46

Search notes by text with lightweight support for tag: and path: filters.

NameTypeReqDescription
contextLengthinteger
querystringyes
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

notes.searchByDate ~49

List notes by created or modified date.

NameTypeReqDescription
dateTypestring
daysAgointeger
operatorstring
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

notes.update ~59

Update an existing note, replacing or appending content.

NameTypeReqDescription
contentstringyes
createIfNotExistsboolean
mergeStrategystring
pathstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.updateFrontmatter ~46

Create or update a frontmatter field.

NameTypeReqDescription
fieldstringyes
filePathstringyes
valueyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

stats.note ~31

Get statistics for a single note.

NameTypeReqDescription
filePathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

stats.vault ~25

Get aggregate statistics for the whole vault.

NameTypeReqDescription
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

system.version ~24

Return the running kObsidian server name, version, and host runtime.

Input schema present but exposes no named parameters.

NameTypeReqDescription
namestringyes
runtimestringyes
runtimeVersionstringyes
summarystringyes
versionstringyes

No examples provided.

tags.add ~39

Add tags to a note frontmatter block.

NameTypeReqDescription
pathstringyes
tagsarrayyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

tags.analyze ~34

Extract frontmatter and inline tags from a note.

NameTypeReqDescription
pathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

tags.list ~40

List unique tags used across the vault.

NameTypeReqDescription
includeCountsboolean
sortBystring
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

tags.remove ~36

Remove tags from frontmatter.

NameTypeReqDescription
pathstringyes
tagsarrayyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

tags.search ~36

Find notes that contain a tag in frontmatter or inline content.

NameTypeReqDescription
tagstringyes
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

tags.update ~47

Replace or merge a note's frontmatter tags.

NameTypeReqDescription
mergeboolean
pathstringyes
tagsarrayyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

tasks.create ~100

Append a task line to a note.

NameTypeReqDescription
contentstringyes
createdDatestring
doneDatestring
dueDatestring
filePathstringyes
prioritystring
recurrencestring
scheduledDatestring
startDatestring
statusstring
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

tasks.search ~96

Search Tasks-plugin style markdown tasks across the vault.

NameTypeReqDescription
dueAfterstring
dueBeforestring
dueWithinDaysinteger
hasRecurrenceboolean
limitinteger
prioritystring
sortBystring
statusstring
tagstring
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

tasks.stats ~24

Get aggregate task statistics for the vault.

NameTypeReqDescription
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

tasks.toggle ~52

Toggle a task complete/incomplete by file and line number.

NameTypeReqDescription
doneDatestring
lineNumberintegeryes
sourceFilestringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

tasks.updateMetadata ~82

Update task dates, priority, or recurrence in place.

NameTypeReqDescription
dueDatestring
lineNumberintegeryes
prioritystring
recurrencestring
scheduledDatestring
sourceFilestringyes
startDatestring
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

templates.createNote ~48

Create a note from a filesystem template.

NameTypeReqDescription
targetPathstringyes
templatePathstringyes
variablesobject
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

templates.createNoteTemplater ~52

Create a note from a Templater template via the Obsidian API.

NameTypeReqDescription
openFileboolean
targetFilestringyes
templateFilestringyes

Structured output declared, but exposes no named fields.

No examples provided.

templates.expand ~45

Expand filesystem template variables into content.

NameTypeReqDescription
filenamestring
templatePathstringyes
variablesobject
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

templates.insertTemplater ~38

Insert a Templater template into the active note.

NameTypeReqDescription
activeFileboolean
templateFilestringyes

Structured output declared, but exposes no named fields.

No examples provided.

templates.list ~31

List markdown templates in a folder.

NameTypeReqDescription
templateFolderstring
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

templates.renderTemplater ~40

Render a Templater template via the Obsidian API.

NameTypeReqDescription
targetFilestring
templateFilestringyes

Structured output declared, but exposes no named fields.

No examples provided.

wiki.indexRebuild ~63

Regenerate the wiki index.md from the current state of Sources/, Concepts/, and Entities/. Groups entries by category; supports optional per-category counts.

NameTypeReqDescription
includeCountsboolean
vaultPathstring
wikiRootstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

wiki.ingest ~169

File a new source into the wiki: create Sources/<slug>.md with canonical frontmatter, append a log entry, and return proposedEdits for index + related concept/entity pages for the LLM to apply via notes.update.

NameTypeReqDescription
authorstring
confidencestring
contentstring
ingestedAtstring
relatedConceptsarray
relatedEntitiesarray
slugstring
sourcePathstring
sourceTypestring
summarystring
tagsarray
titlestringyes
urlstring
vaultPathstring
wikiRootstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

wiki.init ~72

Scaffold the wiki layout: Sources/, Concepts/, Entities/ folders plus seed index.md, log.md, and wiki-schema.md. Idempotent; use force:true to re-seed index/log/schema files.

NameTypeReqDescription
forceboolean
vaultPathstring
wikiRootstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

wiki.lint ~68

Health-check the wiki: orphans, broken links, stale sources, missing concept pages, singleton tags, and index.md parity. Read-only; returns grouped findings with totals.

NameTypeReqDescription
staleDaysinteger
vaultPathstring
wikiRootstring

Structured output declared, but exposes no named fields.

No examples provided.

wiki.logAppend ~92

Append a typed chronological entry to the wiki log using the convention '## [YYYY-MM-DD] <op> | <title>'. Initializes the wiki if needed.

NameTypeReqDescription
bodystring
datestring
opstringyes
refsarray
titlestringyes
vaultPathstring
wikiRootstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

wiki.query ~72

Rank wiki pages relevant to a topic using filename, alias, tag, summary and body hits. Returns the top pages so the LLM can drill in with notes.read.

NameTypeReqDescription
limitinteger
topicstringyes
vaultPathstring
wikiRootstring

Structured output declared, but exposes no named fields.

No examples provided.

wiki.summaryMerge ~126

Add a cited section into an existing concept or entity page (or create the page with canonical frontmatter if missing). Bumps 'updated' on existing pages.

NameTypeReqDescription
aliasesarray
citationQuotestring
citationSourcestring
entityKindstring
headingstring
newSectionstringyes
pageTypestring
summarystring
targetPathstringyes
vaultPathstring
wikiRootstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

workspace.activeFile ~19

Get the currently active file in Obsidian.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

workspace.closeActiveFile ~19

Close the active file in Obsidian.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

workspace.navigateBack ~17

Go back in Obsidian history.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

workspace.navigateForward ~17

Go forward in Obsidian history.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

workspace.openFile ~33

Open a file in Obsidian.

NameTypeReqDescription
filePathstringyes
newPaneboolean

Structured output declared, but exposes no named fields.

No examples provided.

workspace.toggleEditMode ~20

Toggle edit/preview mode in Obsidian.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.