Catalog
io.github.CedricKouma/json-repair
OfficialMCP server (stdio): repair broken/malformed JSON via the AgentForge API
Repairs broken and malformed JSON.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
AGENTFORGE_BASE_URLAgentForge APIM gateway base URL
AGENTFORGE_API_KEYrequiredsecretAPIM subscription key (Ocp-Apim-Subscription-Key / x-api-key)
claude_desktop_config.json
{
"mcpServers": {
"json-repair": {
"command": "npx",
"args": [
"-y",
"agentforge-json-repair-mcp@0.1.0"
],
"env": {
"AGENTFORGE_BASE_URL": "<YOUR_AGENTFORGE_BASE_URL>",
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>"
}
}
}
}