jmespath mcp for VS Code
io.github.mukundakatta/jmespath-mcp
Run JMESPath queries against JSON. Pure JS, no native binary needed.
client:VS Code
transport:stdio
runtime:npm
Install jmespath mcp in VS Code
.vscode/mcp.json
{
"servers": {
"jmespath-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/jmespath-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs