
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@mukundakatta/jmespath-mcp
Advanced tools
MCP server for JMESPath JSON queries. Pure-JS, no native binary. AWS-style data extraction LLMs can call reliably.
MCP server for JMESPath JSON queries. One tool: json_query(expression, data). Pure JavaScript implementation, no jq binary needed (works the same on macOS / Linux / Windows).
LLMs handle shallow JSON paths well (foo.bar.baz) but reliably mess up:
people[*].name)locations[?state == 'WA'])length, sort_by, contains, keys)to_entries / from_entriesJMESPath is the AWS-standardized query language for JSON. This server runs your expression through the real JMESPath engine and returns the result.
node-jq requires a postinstall step that downloads the jq binary, which fails reliably on Windows. JMESPath is pure JavaScript with no native dependencies. The query language is similar enough for most LLM use-cases (deep paths, filters, projections, built-ins).
{
"mcpServers": {
"jmespath": { "command": "npx", "args": ["-y", "@mukundakatta/jmespath-mcp"] }
}
}
Same shape for Cursor / Cline / Windsurf / Zed.
See https://jmespath.org/tutorial.html for the language. Common patterns:
foo.bar — nested key accesspeople[*].name — pluck from each itempeople[?age > \30`].name` — filter then projectsort_by(people, &age)[*].name — sort + projectkeys(@), values(@), length(@) — basic functionsMIT OR Apache-2.0.
FAQs
MCP server for JMESPath JSON queries. Pure-JS, no native binary. AWS-style data extraction LLMs can call reliably.
The npm package @mukundakatta/jmespath-mcp receives a total of 27 weekly downloads. As such, @mukundakatta/jmespath-mcp popularity was classified as not popular.
We found that @mukundakatta/jmespath-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.