Command Palette

Search for a command to run...

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

Zk Utils

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

MCP server for zk note management enabling note search, creation, and link analysis via the zk command-line tool.

GitHubEmbed

Описание

MCP server for zk note management enabling note search, creation, and link analysis via the zk command-line tool.

README

zk-utils is an MCP (Model Context Protocol) server for zk note management tools. It provides functionality for note search, creation, and link analysis by integrating with zk.

Prerequisites

  • zk command line tool

Usage

Using uvx (Recommended)

Add the following to mcp configuration file:

{
  "mcpServers": {
    "zk-mcp": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/koei-kaji/zk-utils", "zk-utils-mcp"],
      "env": {
        "ZK_DIR": "/path/to/your/notes"
      }
    }
  }
}

Environment Variables

  • ZK_DIR: Path to zk notes directory (required)

Using Docker

Initial Setup

If you are creating a zk notebook for the first time, initialize the note directory with zk init:

cd /path/to/your/zk-notes
docker run -it --rm -v $(pwd):/zk-notes -w /zk-notes koeikajidev/zk-utils-mcp zk init

MCP Configuration

Add the following to mcp configuration file:

{
  "mcpServers": {
    "zk-utils": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "/absolute/path/to/your/zk-notes:/zk-notes:ro",
        "koeikajidev/zk-utils-mcp"
      ]
    }
  }
}

Note: Use absolute path for the zk-notes directory.

Available MCP Tools

  • get_notes: Search and retrieve zk notes with filtering and pagination
  • get_note_content: Retrieve the full content of a specific zk note
  • get_link_to_notes: Get all notes that are linked FROM the specified note (outbound links)
  • get_linked_by_notes: Get all notes that link TO the specified note (inbound links)
  • get_related_notes: Find notes that could be good candidates for linking
  • get_tags: Retrieve all available tags from the zk note collection
  • create_note: Create a new zk note with the specified title and path
  • get_last_modified_note: Retrieve the most recently modified note
  • get_tagless_notes: Retrieve all notes that have no tags assigned
  • get_random_note: Retrieve a randomly selected note from the zk collection

from github.com/koei-kaji/zk-utils

Установить Zk Utils в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install zk-utils

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

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

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

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

claude mcp add zk-utils -- uvx --from git+https://github.com/koei-kaji/zk-utils zk-utils

FAQ

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

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

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

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

Zk Utils — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Zk Utils with

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

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

Автор?

Embed-бейдж для README

Похожее

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