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
canvas.addEdge ~55

Connect two nodes in a canvas.

NameTypeReqDescription
filePathstringyes
fromNodestringyes
labelstring
toNodestringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

canvas.addNode ~81

Add a text or file node to an Obsidian canvas.

NameTypeReqDescription
contentstringyes
filePathstringyes
heightinteger
nodeTypestringyes
vaultPathstring
widthinteger
xnumberyes
ynumberyes
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

canvas.connections ~42

Get incoming and outgoing edges for a canvas node.

NameTypeReqDescription
filePathstringyes
nodeIdstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

canvas.create ~44

Create a new empty Obsidian canvas (.canvas) file.

NameTypeReqDescription
filePathstringyes
overwriteboolean
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

canvas.parse ~32

Parse an Obsidian canvas file.

NameTypeReqDescription
filePathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

canvas.removeNode ~43

Remove a node and its edges from a canvas.

NameTypeReqDescription
filePathstringyes
nodeIdstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

commands.execute ~32

Execute an Obsidian command by ID.

NameTypeReqDescription
argsobject
commandIdstringyes

Structured output declared, but exposes no named fields.

No examples provided.

commands.list ~16

List all available Obsidian commands.

Input schema present but exposes no named parameters.

NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

commands.search ~25

Search Obsidian commands by ID or name.

NameTypeReqDescription
querystringyes
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

dataview.fields.add ~80

Insert a Dataview field into a note.

NameTypeReqDescription
filePathstringyes
insertAtstring
keystringyes
lineNumberinteger
scopestring
syntaxTypestring
valueyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

dataview.fields.extract ~37

Extract scoped Dataview fields from a note.

NameTypeReqDescription
filePathstringyes
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

dataview.fields.remove ~59

Remove a Dataview field from a note.

NameTypeReqDescription
filePathstringyes
keystringyes
lineNumberinteger
scopestring
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

dataview.fields.search ~58

Search notes by Dataview field key and optional value.

NameTypeReqDescription
keystringyes
scopestring
value
valueTypestring
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

dataview.index.read ~48

Read page, list-item, task, DQL, and DataviewJS metadata from a note.

NameTypeReqDescription
filePathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

dataview.js.read ~41

Extract fenced dataviewjs blocks from a note without executing them.

NameTypeReqDescription
filePathstringyes
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

dataview.js.update ~62

Replace one fenced dataviewjs block source-preservingly.

NameTypeReqDescription
blockIdstring
filePathstringyes
indexinteger
sourcestringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

dataview.listByFolder ~52

Run a DQL LIST query for a folder.

NameTypeReqDescription
folderstringyes
limitinteger
sortBystring
whereClausestring

Structured output declared, but exposes no named fields.

No examples provided.

dataview.listByTag ~52

Run a DQL LIST query for a tag.

NameTypeReqDescription
limitinteger
sortBystring
tagstringyes
whereClausestring

Structured output declared, but exposes no named fields.

No examples provided.

dataview.query ~36

Execute a Dataview Query Language (DQL) query through the Obsidian API.

NameTypeReqDescription
querystringyes

Structured output declared, but exposes no named fields.

No examples provided.

dataview.query.read ~39

Extract fenced dataview DQL blocks from a note.

NameTypeReqDescription
filePathstringyes
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

dataview.query.update ~63

Replace one fenced dataview DQL block source-preservingly.

NameTypeReqDescription
blockIdstring
filePathstringyes
indexinteger
sourcestringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

dataview.table ~55

Run a DQL TABLE query.

NameTypeReqDescription
fieldsarrayyes
fromClausestring
limitinteger
sortBystring
whereClausestring

Structured output declared, but exposes no named fields.

No examples provided.

kanban.addCard ~73

Add a card to a Kanban column.

NameTypeReqDescription
cardTextstringyes
columnNamestringyes
dueDatestring
filePathstringyes
positionstring
statusstring
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

kanban.moveCard ~65

Move a card between Kanban columns.

NameTypeReqDescription
cardTextstringyes
filePathstringyes
fromColumnstringyes
positionstring
toColumnstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

kanban.parse ~33

Parse a markdown Kanban board file.

NameTypeReqDescription
filePathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

kanban.stats ~37

Get card counts and completion rates for a Kanban board.

NameTypeReqDescription
filePathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

kanban.toggleCard ~51

Toggle a Kanban card complete/incomplete.

NameTypeReqDescription
cardTextstringyes
columnNamestring
filePathstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

links.backlinks ~49

Find notes that link to a target note.

NameTypeReqDescription
contextLengthinteger
includeContextboolean
pathstringyes
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

links.broken ~35

Find broken note links in the vault or a folder.

NameTypeReqDescription
directorystring
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

links.connections ~39

Explore direct and multi-hop note connections.

NameTypeReqDescription
depthinteger
noteNamestringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

links.graph ~22

Build the vault link graph.

NameTypeReqDescription
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

links.health ~26

Summarize link density and broken-link metrics.

NameTypeReqDescription
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

links.hubs ~33

Find notes with many outgoing links.

NameTypeReqDescription
minOutlinksinteger
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

links.orphaned ~27

Find notes with no incoming or outgoing links.

NameTypeReqDescription
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

links.outgoing ~39

Extract links referenced by a note.

NameTypeReqDescription
checkValidityboolean
pathstringyes
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

marp.deck.read ~41

Read Marp deck frontmatter, slides, directives, and source spans.

NameTypeReqDescription
filePathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

marp.frontmatter.update ~47

Update selected Marp deck frontmatter fields while preserving unrelated source.

NameTypeReqDescription
fieldsobjectyes
filePathstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

marp.slides.list ~37

List Marp slides with separator and directive metadata.

NameTypeReqDescription
filePathstringyes
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

marp.slides.read ~52

Read one Marp slide source-preservingly.

NameTypeReqDescription
filePathstringyes
indexinteger
slideIdstring
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

marp.slides.update ~60

Replace one Marp slide body without rewriting neighboring slides.

NameTypeReqDescription
filePathstringyes
indexinteger
slideIdstring
sourcestringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

mermaid.blocks.list ~38

List fenced Mermaid blocks in a note or across the vault.

NameTypeReqDescription
filePathstring
vaultPathstring
NameTypeReqDescription
itemsarrayyes
totalintegeryes

No examples provided.

mermaid.blocks.read ~55

Read one Mermaid block with source spans, directives, and config metadata.

NameTypeReqDescription
blockIdstring
filePathstringyes
indexinteger
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

mermaid.blocks.update ~58

Replace one fenced Mermaid block source-preservingly.

NameTypeReqDescription
blockIdstring
filePathstringyes
indexinteger
sourcestringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.append ~40

Append content to the end of a note.

NameTypeReqDescription
contentstringyes
filePathstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.create ~46

Create a new note using filesystem-first behavior.

NameTypeReqDescription
contentstringyes
overwriteboolean
pathstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.createFolder ~32

Create a folder in the vault.

NameTypeReqDescription
folderPathstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.delete ~30

Delete a note from the vault.

NameTypeReqDescription
pathstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.info ~39

Get note metadata and lightweight statistics without loading the result into a client-specific schema.

NameTypeReqDescription
pathstringyes
vaultPathstring

Structured output declared, but exposes no named fields.

No examples provided.

notes.insertAfterBlock ~48

Insert content after a block reference.

NameTypeReqDescription
blockIdstringyes
contentstringyes
filePathstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.

notes.insertAfterHeading ~48

Insert content immediately after a markdown heading.

NameTypeReqDescription
contentstringyes
filePathstringyes
headingstringyes
vaultPathstring
NameTypeReqDescription
changedbooleanyes
summarystringyes
targetstringyes

No examples provided.