unstringify for Cursor
io.github.tekinnnnn/unstringify
Fix broken JSON by line, validate, convert, read CSV/NDJSON/logs as records, unpack, compare. Local.
client:Cursor
transport:stdio
runtime:npm
Install unstringify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unstringify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unstringify/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs