c
cortex-plugin-obsidian
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
cortex-plugindevelopmentesmknowledge-managementmemorysync
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-obsidianConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsfs:readfs:writefs:list
Tags
cortex-plugindevelopmentesmknowledge-managementmemorysync
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
cortex-plugin-obsidian
Read/write to local Obsidian vaults, create wiki-links, and explore note graphs.
Installation
cortex plugin install marketplace:cortex-plugin-obsidian
cortex plugin install github:CortexPrism/cortex-plugin-obsidian
cortex plugin install ./manifest.json
Tools
obsidian_read_note
Read a note from the vault.
Parameters:
path(string, required) — Path to note relative to vault rootvault_path(string, optional) — Override default vault path
obsidian_write_note
Write or update a note.
Parameters:
path(string, required) — Path to note relative to vault rootcontent(string, required) — Note content (Markdown)frontmatter(string, optional) — JSON string of frontmatter key-values
obsidian_search_vault
Search notes in the vault.
Parameters:
query(string, required) — Search querymax_results(number, optional, default 20) — Maximum resultssearch_content(boolean, optional, default true) — Search note content
obsidian_list_notes
List notes in a directory.
Parameters:
directory(string, optional, default "/") — Directory relative to vault rootrecursive(boolean, optional, default false) — List recursivelypattern(string, optional) — Glob pattern
obsidian_create_wikilink
Create wiki-style links between notes.
Parameters:
from_note(string, required) — Source note pathto_note(string, required) — Target note pathalias(string, optional) — Display alias
obsidian_graph
Get the note graph (linked notes).
Parameters:
root_note(string, optional) — Root note to start frommax_depth(number, optional, default 2) — Maximum traversal depth
Configuration
{
"plugins": {
"cortex-plugin-obsidian": {
"enabled": true,
"config": {
"vaultPath": "/home/user/vault",
"defaultVaultPath": "/home/user/vault",
"autoCreateLinks": false
}
}
}
}
Capabilities
tools— Provides tool implementationsfs:read— Reads notes from the vaultfs:write— Writes notes to the vaultfs:list— Lists notes in directories
License
MIT — See LICENSE file
Published June 15, 2026 · Updated June 15, 2026