Skip to content
Zed

jmespath mcp for Zed

io.github.mukundakatta/jmespath-mcp

Run JMESPath queries against JSON. Pure JS, no native binary needed.

client:Zed transport:stdio runtime:npm

Install jmespath mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "jmespath-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/jmespath-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

jmespath mcp in other clients