JSON to Types for VS Code
com.gumballtools/json-to-types
Convert JSON samples into TypeScript interfaces and Zod schemas, with inference caveats.
client:VS Code
transport:streamable-http
tools:1
Install JSON to Types in VS Code
.vscode/mcp.json
{
"servers": {
"json-to-types": {
"type": "http",
"url": "https://json-to-types.gumballtools.com/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs