Command Palette

Search for a command to run...

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

Jq

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

An MCP server that exposes a single tool, jq, for running jq filters against JSON files on disk.

GitHubEmbed

Описание

An MCP server that exposes a single tool, jq, for running jq filters against JSON files on disk.

README

npm version npm downloads

An MCP server that exposes a single tool, jq, for running jq filters against JSON files on disk.

Use

Add to your MCP client config:

{
  "mcpServers": {
    "jq-mcp": {
      "command": "npx",
      "args": ["jq-mcp@latest"]
    }
  }
}

The jq tool takes file and query and returns the stdout of jq <query> <file>. By default it can read files under the server's working directory and /tmp.

Advanced: custom allowlist

Set ALLOWED_PATHS (comma-separated directories) in the server's env to override the default <cwd>,/tmp:

"env": { "ALLOWED_PATHS": "/path/to/allow,/another/path" }

Path matching normalizes the input before comparing, so:

  • .. segments cannot escape an allowed directory.
  • Sibling directories that share a string prefix (e.g. /foo/bar-evil vs /foo/bar) are rejected — the check is path-boundary aware, not a naive startsWith.

Develop

npm test     # node:test suite
npm run build

from github.com/kolodny/jq-mcp

Установка Jq

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

▸ github.com/kolodny/jq-mcp

FAQ

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

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

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

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

Jq — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Jq with

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

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

Автор?

Embed-бейдж для README

Похожее

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