Skip to content
Windsurf

jmespath mcp for Windsurf

io.github.mukundakatta/jmespath-mcp

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

client:Windsurf transport:stdio runtime:npm

Install jmespath mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

jmespath mcp in other clients