Command Palette

Search for a command to run...

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

Obsidian Wiki

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

MCP server that implements Karpathy's LLM Wiki pattern for Obsidian vaults, enabling persistent knowledge storage and BM25 search across AI sessions.

GitHubEmbed

Описание

MCP server that implements Karpathy's LLM Wiki pattern for Obsidian vaults, enabling persistent knowledge storage and BM25 search across AI sessions.

README

MCP server implementing Karpathy's LLM Wiki pattern for Obsidian vaults.

Solves document drift — your vault stays up-to-date as knowledge evolves across AI sessions.

fluid not opinionated   — bring your own folder structure
storage not intelligence — the server stores; the LLM decides
always searchable        — BM25 index rebuilt on every write

Design principle: The server is a pure storage/retrieval layer. All content decisions (what to write, how to synthesize) are made by the host LLM (Claude). The server never calls an AI model.


Quick Start

1. Add to your AI client:

Claude Code

claude mcp add obsidian-wiki -- npx -y obsidian-wiki-mcp --vault "/path/to/your/vault"

Kiro CLI

kiro mcp add obsidian-wiki -- npx -y obsidian-wiki-mcp --vault "/path/to/your/vault"

OpenAI Codex CLI

codex --mcp-config '{"obsidian-wiki":{"command":"npx","args":["-y","obsidian-wiki-mcp","--vault","/path/to/your/vault"]}}'

Paths with spaces must be quoted. See Configuration for all installation options.

2. Initialize the vault:

Call wiki_init() to initialize the vault.

3. Start using:

Ingest this session into the wiki: [paste content]
Use wiki_query to find information about [topic]

Documentation

Doc Description
Getting Started First-time setup, existing vault migration, CLAUDE.md / AGENTS.md
Vault Structure Folder layout, page format, tags, naming convention
Tools Reference All MCP tools with parameters and examples
Workflows Common usage patterns
Configuration Claude Code setup, server config file
Troubleshooting Common issues and fixes

Recent tool contract update:

  • wiki_write_page and wiki_apply_fix now include a diff field (unified diff) in write responses where applicable.
  • See Tools Reference for exact behavior by tool/action.

License

MIT

from github.com/aud1ence/obsidian-wiki-mcp

Установить Obsidian Wiki в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install obsidian-wiki-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add obsidian-wiki-mcp -- npx -y obsidian-wiki-mcp

FAQ

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

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

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

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

Obsidian Wiki — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Obsidian Wiki with

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

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

Автор?

Embed-бейдж для README

Похожее

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