Schema conversion and schema-driven code generation MCP server.
claude mcp add avrotize -- uvx avrotize
claude_desktop_config.json
{
"mcpServers": {
"avrotize": {
"command": "uvx",
"args": [
"avrotize"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"avrotize": {
"command": "uvx",
"args": [
"avrotize"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"avrotize": {
"command": "uvx",
"args": [
"avrotize"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"avrotize": {
"type": "stdio",
"command": "uvx",
"args": [
"avrotize"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"avrotize": {
"command": "uvx",
"args": [
"avrotize"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.clemensv--avrotize/reviews or the review_server meta-tool.
POST /mcp