★ 0 stars
JavaScript
🌐 Browser/Web
Updated 5d ago
Three.js+WebGPU element-iteration framework for AI-driven 3D scene development. Multi-angle labs, telemetry sink, MCP server. (pre-alpha, bootstrapping)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"triscope": {
"command": "npx",
"args": [
"-y",
"tedin7/triscope"
]
}
}
}
Run in terminal:
claude mcp add triscope npx -y tedin7/triscope
Add to .cursor/mcp.json:
{
"mcpServers": {
"triscope": {
"command": "npx",
"args": [
"-y",
"tedin7/triscope"
]
}
}
}