Skip to content
Cursor

jsonshim for Cursor

org.toolkitlabs/jsonshim

Recovers malformed LLM JSON. MCP build: 218/300 on MALFORMED-300 (library build 282/300).

client:Cursor transport:stdio runtime:npm

Install jsonshim in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "jsonshim": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jsonshim-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jsonshim in other clients