mcpbeat Sign in

unstringify MCP Server

by tekinnnnn Your server? Claim it
local only

unstringify runs on your own machine — the client starts it, so there is no endpoint to ping.

Fix broken JSON by line, validate, convert, read CSV/NDJSON/logs as records, unpack, compare. Local.

Installs / week
npm · @unstringify/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check unstringify every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add unstringify -- npx -y @unstringify/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unstringify": {
      "args": [
        "-y",
        "@unstringify/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unstringify]
command = "npx"
args = ["-y", "@unstringify/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "unstringify": {
      "args": [
        "-y",
        "@unstringify/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unstringify": {
      "args": [
        "-y",
        "@unstringify/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to unstringify

same job, measured the same way
Itsoc MCP
by ankit512

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

85 installs/wk local only
redline
by gowtham0992

Run local prompt regression checks from prompt-response logs in AI coding assistants.

56 installs/wk local only
Pare Docker
by dave-london

Pare Docker ג€” Structured Docker operations (ps, images, logs, build, compose) as typed JSON.

229 installs/wk local only
Context Engine
by melonelish

Compress logs, retrieval chunks, and code context into structured LLM-ready signal.

36 installs/wk local only
InstaPods
by instapods

Deploy and manage web apps on InstaPods: create pods, push files, run commands, read logs.

answering
A
Arclan MCP Registry
by arclan

MCP server registry — validated by live handshake, scored on reliability, monitored continuously.

4 tools answering
Tracebug
by prashantsinghmangat

AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.

17 installs/wk local only
Server Ops MCP
by gt-dinuo

Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.

235 installs/wk local only

unstringify — questions

Answers built from our own checks of this server.

Why is there no uptime for unstringify?
unstringify runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @unstringify/mcp.
How do I connect unstringify?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @unstringify/mcp straight from npm; nothing to host, nothing to sign up for.