AI UNDERDOGS
Back
0:00 / 1:00
#114

Agentcad

github.com/jdilla1277/agentcad
CADMCPAI agentsOpenSCAD
195 views💬 0 comments🔗 0 visits

Give AI agents a CAD tool they can actually use

WHAT IT SOLVES

AI code agents can write software, search docs, even browse the web. But ask them to design a mechanical part? They're stuck—there's no CLI-friendly way to create and edit CAD models

WHY IT'S INTERESTING

Product taste

MCP-native, not an afterthought

It's not just a CLI—it's a full MCP server. That means Claude Code, Cursor, and other agents can call it through a standard protocol, not by cobbling together shell commands. The author clearly started with the question: how do I make this feel native to an AI agent's workflow?

Real craft

OpenSCAD engine with a test harness built from scratch

Under the hood it uses OpenSCAD as the geometry engine—a smart pick since OpenSCAD is code-native parametric modeling by nature. The repo also ships with a full test suite and GitHub Actions CI, signaling this isn't a weekend demo but something meant to last

Nice detail

Even the empty state got love

The latest commit? 'Show empty Agent view image state.' Most people stop when the core works. This author cared about what you see before you've drawn anything

TECH GUESS

TypeScript with OpenSCAD as the geometry engine, GitHub Actions for CI

📍 Source: hn📅 2026-07-11Original post →Visit site →
Ad
Ad slot (AdSense unit renders here once connected)

Discussion (0)

Sign in with GitHub to post
  • No comments yet — be the first.

Related