solidworks-mcp CLAUDE.md

solidworks-mcp CLAUDE.md is an instructions file for coding agents from danielproxd2/solidworks-mcp. It costs 1,111 tokens per session, scanned A, original, Apache-2.0.

A set of repository instructions for MCP_CAD, which provides controlled automation for SOLIDWORKS. It explains the project structure, safety rules, approved operations, and build practices.

In plain words
What is it for?
Guiding development of the SOLIDWORKS connector, its mock and Windows implementations, and safe handling of design files, credentials, and geometry.
Why use it?
It prevents automated changes from exposing private CAD files, using unrestricted operations, or modifying designs without approval.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/danielproxd2/solidworks-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/danielproxd2/solidworks-mcp

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for solidworks-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/danielproxd2/solidworks-mcp/claude-md.svg)](https://agentmods.dev/instructions/danielproxd2/solidworks-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/danielproxd2/solidworks-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/danielproxd2/solidworks-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,111 This file is loaded in full into every session.
When invoked 1,111 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01111 $0.01111
Opus 5 $0.00556 $0.00556
Sonnet 5 $0.00222 $0.00222
Haiku 4.5 $0.00111 $0.00111

Measured 5d ago against content hash 222d886bfda4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

solidworks-mcp CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository guidance

Operating rules for automated contributors and maintainers working in this repository.

Project scope

MCP_CAD exposes a constrained MCP interface for controlled SOLIDWORKS automation. The core server is client- and model-provider agnostic.

Safety constraints

  1. Design files remain local. Do not upload or commit .sldprt, .sldasm, .slddrw, STEP files, captures derived from private designs, or other user geometry.
  2. Use the constrained tool surface. Automation must call predefined, deterministic operations rather than arbitrary SOLIDWORKS API methods.
  3. Require explicit approval for model changes. Do not mutate geometry without the user's approval.
  4. Protect credentials. Keep API keys in user-controlled configuration; never log, transmit, or commit them.
  5. Do not collect design telemetry. Avoid analytics containing model contents, file names, geometry patterns, or derived design data.

Architecture

  • src/mcp_cad/server.py defines FastMCP tools and binds them to the module-level client.
  • src/mcp_cad/solidworks.py defines the SolidWorksClient Protocol, the in-memory mock, and the Windows pywin32 COM implementation.
  • MCP_CAD_USE_MOCK=1 selects the mock for development on systems without SOLIDWORKS.

New geometry behavior should be added end to end: Protocol, mock implementation, COM implementation, then MCP tool. Keep pywin32-specific code out of server.py. Advisory and composite operations may live only in server.py when they do not require a new Protocol method.

The live tool catalog and tool docstrings are authoritative. Tool descriptions consume MCP context on every tools/list, so keep them concise and keep orchestration guidance in repository documentation.

Build discipline

  • Prefer the currently open document. Read its state first, and create a new document only when requested or necessary.
  • Use millimeters and degrees above the COM boundary. Convert millimeters to meters only inside WinComSolidWorksClient.
  • SOLIDWORKS COM mutation is serial. Never run geometry-mutating calls concurrently.
  • Issue one mutator at a time unless using an explicit batch or plan runner.
  • Treat each mutation as at most once. After a lost or ambiguous response, inspect live state before deciding whether anything should be retried.
  • Use receipt.feature_count as the normal post-mutation signal. Perform separate reads when receipts are missing or unexpected.
  • Save early and again after verification.
  • Prefer reversible suppression or modification over deletion. Do not add destructive behavior casually.
  • Reuse an indexed part or edit a driving dimension when either is appropriate; do not rebuild existing geometry unnecessarily.
  • Never invent missing dimensions, tolerance classes, materials, or standards. Ask a focused question or report the unresolved requirement.

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 79 lines · 1,111 tokens per session scan A 222d886bfda4

Subscribe to this mod's changes

solidworks-mcp CLAUDE.md is an instructions file published in the GitHub repository danielproxd2/solidworks-mcp (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,111 tokens to every session, about $0.0056 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.