mcpbeat Sign in

ParCAD MCP Server

by ierehon1905 Your server? Claim it
local only

ParCAD runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Parametric CAD as code: model 3D-printable parts on an exact B-rep kernel, measured.

Installs / week
not published
2
Stars
0 open issues
17 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Rust

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime app/src/engine.ts:171, tools/run.ts:28
    fn = new Function(...names, `${executable}\n//# sourceURL=${SCRIPT_URL}`) as (
Builds a database query by concatenation app/src/source-link.ts:120
  for (const insert of inserts) {
    instrumented = instrumented.slice(0, insert.at) + insert.text + instrumented.slice(insert.at);
Runs an external command web/field-tab.ts:24
const chrome = Bun.spawn(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to ParCAD

same job, measured the same way
Touchstone
by savecharlie

Verifiable text/code/measurement tools for agents, each reproducing a named authority.

29 installs/wk local only
Pare Search
by dave-london

Pare Search ג€” Structured code search operations (ripgrep + fd) as typed JSON.

local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

381 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
cadloop Slicer
by richardofortune

Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.

83 installs/wk local only
SAS Viya
by sassoftware

Execute SAS code and query Compute, CAS, and model APIs on SAS Viya via OAuth 2.0.

local only
Amazon Buy Box & Price Monitor: Seller, Stock & Price Tracker
by nero-engine

Amazon Buy Box price, seller and stock per ASIN, with a monitor mode that reports only changes.

answering
MCP Bifrost
by fixembcn

Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.

176 installs/wk local only

ParCAD — questions

Answers built from our own checks of this server.

Why is there no uptime for ParCAD?
ParCAD runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is ParCAD open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.