Skip to content
Zed

streamparse for Zed

io.github.mukundakatta/streamparse

Parse partial / truncated / messy JSON for LLM tool calls and structured outputs.

client:Zed transport:stdio runtime:npm

Install streamparse in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "streamparse": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/streamparse-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

streamparse in other clients