Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Obsidio

БесплатноНе проверен

Python interface to Obsidian vaults, to read, analyze, and manipulate vaults without running the Electron app, for Python workflows, terminal use, and AI toolin

GitHubEmbed

Описание

Python interface to Obsidian vaults, to read, analyze, and manipulate vaults without running the Electron app, for Python workflows, terminal use, and AI tooling.

README

(... coming soon... )

A headless Python interface to Obsidian vaults, with a CLI, local automation endpoints, and MCP support.

Obsidio lets you read, analyze, and manipulate an Obsidian vault without running the Electron app. It is designed for Python workflows, terminal use, and local AI tooling.

Highlights

  • Read and mutate notes, frontmatter, tags, tasks, links, sections, and daily notes
  • Search and analyze vault structure, backlinks, conflicts, recent changes, and graph relationships
  • Run offline Dataview DQL subset queries and Obsidian Base queries
  • Manage plugins, themes, bookmarks, snippets, and workspace state
  • Render and export canvases, plus export the vault as HTML, PDF, or EPUB
  • Automate the vault through JSON-capable CLI commands, a local HTTP server, and an MCP server

Install

Requires Python 3.12+ and uv.

git clone https://github.com/deeplook/obsidio
cd obsidio
uv sync

Install the CLI:

uv tool install .

Quick Examples

Python:

from obsidio import Graph, Vault

vault = Vault("/path/to/vault")
print(vault.tags(counts=True))
print(Graph(vault).orphans())

CLI:

obsidio vault info /path/to/vault
obsidio vault tags /path/to/vault --counts
obsidio vault doctor /path/to/vault --format grid

Documentation

Development

make test
make lint
make format

License

MIT

from github.com/deeplook/obsidio

Установка Obsidio

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/deeplook/obsidio

FAQ

Obsidio MCP бесплатный?

Да, Obsidio MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Obsidio?

Нет, Obsidio работает без API-ключей и переменных окружения.

Obsidio — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Obsidio в Claude Desktop, Claude Code или Cursor?

Открой Obsidio на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Obsidio with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai