- REPOSITORY: clemensv/avrotize
- DESCRIPTION: Schema conversion and schema-driven code generation MCP server.
- CATEGORY:
DEVELOPER TOOLS - TYPE:
Local - INSTALL:
- VS Code: https://vscode.dev/redirect/mcp/install?name=avrotize&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22avrotize%5Bmcp%5D%22%2C%22mcp%22%5D%7D
- VS Code Insiders: https://insiders.vscode.dev/redirect/mcp/install?name=avrotize&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22avrotize%5Bmcp%5D%22%2C%22mcp%22%5D%7D&quality=insiders
- Visual Studio: https://aka.ms/vs/mcp-install?%7B%22name%22%3A%22avrotize%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22avrotize%5Bmcp%5D%22%2C%22mcp%22%5D%7D
{
"name": "avrotize",
"type": "stdio",
"command": "uvx",
"args": ["avrotize[mcp]", "mcp"]
}