Jq
БесплатноНе проверенAn MCP server that exposes a single tool, jq, for running jq filters against JSON files on disk.
Описание
An MCP server that exposes a single tool, jq, for running jq filters against JSON files on disk.
README
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-evilvs/foo/bar) are rejected — the check is path-boundary aware, not a naivestartsWith.
Develop
npm test # node:test suite
npm run build
Установка Jq
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kolodny/jq-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Jq with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
