
gojq-mcp
by berrydev-ai
Powerful JSON query tool for AI assistants using full jq syntax with support for multi-file glob patterns.
What it does
Provides a bridge between LLMs and the powerful jq JSON processing language. It allows AI to query, filter, and transform JSON data from local files with high precision, supporting both single files and complex glob patterns across multiple directories.
Tools
run_jq: Execute a jq filter on one or more JSON files. Supports glob patterns (e.g.,*.json) and theinputsfunction for cross-file aggregation.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"gojq-mcp": {
"command": "gojq-mcp"
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/berrydev-ai/gojq-mcp@latestInformation
- Pricing
- free
- Published
- 5/2/2026
- stars






