AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Freecad Mcp Functional Print Designer

mcp-pgrignaffini-freecad-mcp-functional-print-designer · by pgrignaffini

Codex/OpenAI skill for designing functional 3D-printable FreeCAD parts via MCP.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add mcp-pgrignaffini-freecad-mcp-functional-print-designer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-pgrignaffini-freecad-mcp-functional-print-designer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Freecad Mcp Functional Print Designer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

FreeCAD MCP Functional Print Designer

Codex/OpenAI skill for designing functional, 3D-printable FreeCAD parts through the freecad MCP server.

Format

This repository is already in the correct skill format:

  • SKILL.md: skill entrypoint and loading rules
  • agents/openai.yaml: UI metadata
  • references/: local reference material and curated wiki extracts
  • scripts/: maintenance scripts, including wiki extract refresh

Requirements

  • An agent runtime that supports SKILL.md-based skills
  • A configured MCP tool named freecad
  • FreeCAD available through the neka-nat/freecad-mcp server or an equivalent compatible server

Install For Codex / OpenAI Agents

Clone the repo anywhere, then symlink it into your skills directory.

git clone  /path/to/freecad-mcp-functional-print-designer
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
ln -s /path/to/freecad-mcp-functional-print-designer \
  "${CODEX_HOME:-$HOME/.codex}/skills/freecad-mcp-functional-print-designer"

If your environment does not use CODEX_HOME, the default skills directory is usually ~/.codex/skills.

If you already have the repository locally, you only need the symlink step:

mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
ln -s /absolute/path/to/freecad-mcp-functional-print-designer \
  "${CODEX_HOME:-$HOME/.codex}/skills/freecad-mcp-functional-print-designer"

Example for this repository when it lives under ~/Builds/freecad:

mkdir -p ~/.codex/skills
ln -s ~/Builds/freecad/freecad-mcp-functional-print-designer \
  ~/.codex/skills/freecad-mcp-functional-print-designer

After creating the symlink, restart Codex or refresh the Skills view so the skill is discovered. If the Skills tab still looks empty, clear any search filter before checking again.

To verify the install from a shell:

ls -la ~/.codex/skills
readlink ~/.codex/skills/freecad-mcp-functional-print-designer

Using a symlink is recommended because edits in the repository are picked up without reinstalling the skill.

Install For Other Agent Setups

If your agent uses a different skills root, symlink or copy this repository into that skills directory under the folder name freecad-mcp-functional-print-designer.

Example:

mkdir -p ~/.agents/skills
ln -s /path/to/freecad-mcp-functional-print-designer \
  ~/.agents/skills/freecad-mcp-functional-print-designer

Verify

After installation, the skill should be discoverable as:

$freecad-mcp-functional-print-designer

It also expects the freecad MCP dependency declared in agents/openai.yaml to be available at runtime.

Refresh Wiki Extracts

To rebuild the curated FreeCAD wiki references:

./scripts/fetch_freecad_wiki_extracts.py

This regenerates:

  • references/wiki-extracts-index.md
  • references/wiki-extracts/*.md

Notes

  • The skill is MCP-first. It is written so the agent performs the CAD actions; the user should not have to click through FreeCAD.
  • The raw wiki material is not on the default path. The skill opens it only for narrow, exact-option lookups.

License

MIT. See [LICENSE](LICENSE).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.