Skip to content
Zed

JSON to Types for Zed

com.gumballtools/json-to-types

Convert JSON samples into TypeScript interfaces and Zod schemas, with inference caveats.

client:Zed transport:streamable-http tools:1

Install JSON to Types in Zed

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

{
  "context_servers": {
    "json-to-types": {
      "url": "https://json-to-types.gumballtools.com/api/mcp"
    }
  }
}

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

What Zed can do once it is connected

JSON to Types in other clients