glue code generator for Cursor
io.github.maverick7/glue-code-generator
Maps API JSON to Vue/React components with Zod schemas and live UI previews
client:Cursor
transport:stdio
runtime:npm
Install glue code generator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"glue-code-generator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-glue-code-generator"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs