bestjsonformatter for VS Code
io.github.skrcode/bestjsonformatter
Private, lossless JSON tools for formatting, validation, repair, analysis, querying, and schemas.
client:VS Code
transport:stdio
runtime:npm
Install bestjsonformatter in VS Code
.vscode/mcp.json
{
"servers": {
"bestjsonformatter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bestjsonformatter"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs