Skip to main content

2 posts tagged with "Local Development"

Local development environments and tools

View All Tags

FreeCAD Parametric CAD Workflows with AI

· 5 min read
MCPBundles

TL;DR​

  • The FreeCAD MCP server lets agents create documents, add solids, edit dimensions, and export STL or STEP on your computer — FreeCAD stays open locally; geometry isn't modeled in the cloud.
  • FreeCAD is open-source parametric CAD used for product design, maker projects, and mesh export — a practical fit when you want editable solids instead of one-shot mesh prompts.
  • Built for makers and designers who already slice STLs or send STEP to a shop, and who'd rather describe a bracket or enclosure in chat than click through every sketch constraint alone.

Saturday morning at the bench. You need a simple enclosure base — 80×60×12 mm with four corner posts — before the printer finishes its current job. FreeCAD is already open on your Mac. You're in chat, not in the Part Design workbench, asking for the base plus an STL on your Desktop.

That's the loop: describe → model locally → export → slice. The FreeCAD integration on MCPBundles is for that loop when Desktop is running on the same machine.

Connect AI to Your PostgreSQL Database in 2 Minutes

· 6 min read
MCPBundles

You've got PostgreSQL databases you query all the time. Maybe it's your local dev database running on your laptop. Maybe it's your production database on a remote server. You used to hook them up to a BI tool or write SQL queries manually.

Now you want to query them with AI instead. Ask questions in plain English, get answers back.

But Claude can't access localhost. ChatGPT can't connect to remote databases with username/password auth. They're stuck in their own environments.

Install mcpbundles. Problem solved.

Cartoon illustration of developer connecting AI assistant to local and production PostgreSQL databases through secure proxy
Connect AI to your local dev database or remote PostgreSQL in under 2 minutes. No cloud dependencies.