Checks GLB assets against a spec without Blender and embeds the measured proof inside the GLB.
claude mcp add rupa3d -- npx -y rupa3d
claude_desktop_config.json
{
"mcpServers": {
"rupa3d": {
"command": "npx",
"args": [
"-y",
"rupa3d"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"rupa3d": {
"command": "npx",
"args": [
"-y",
"rupa3d"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rupa3d": {
"command": "npx",
"args": [
"-y",
"rupa3d"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"rupa3d": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rupa3d"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"rupa3d": {
"command": "npx",
"args": [
"-y",
"rupa3d"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.tiranyx--rupa3d/reviews or the review_server meta-tool.
POST /mcp