Skip to main content
Glama

OpenSCAD MCP Server

by quellant
MANIFEST.inโ€ข904 B
# Include documentation files include README.md include LICENSE include CHANGELOG.md include CONTRIBUTING.md # Include configuration examples include .env.example # Include all source files recursive-include src *.py recursive-include src *.yaml *.yml *.json # Include tests (optional, for source distributions) recursive-include tests *.py recursive-include tests *.scad recursive-include tests *.json # Include CI/CD configurations for transparency include .github/workflows/*.yml # Include Docker configuration include Dockerfile include .dockerignore # Exclude unnecessary files global-exclude *.pyc global-exclude *.pyo global-exclude *.swp global-exclude .DS_Store global-exclude __pycache__ recursive-exclude * *.egg-info recursive-exclude * .git recursive-exclude * .pytest_cache recursive-exclude * .mypy_cache recursive-exclude * .coverage exclude .gitignore exclude .env exclude test-env

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/quellant/openscad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server