json repair for Claude Desktop
io.github.cedrickouma/json-repair
MCP server (stdio): repair broken/malformed JSON via the AgentForge API
client:Claude Desktop
transport:streamable-http
runtime:npm
Install json repair in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"json-repair": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apim-agentforge-6lfm33.azure-api.net/json-repair/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs