Skip to main content
Glama
.gitignore1.3 kB
# Python __pycache__/ *.py[cod] *$py.class *.so *.pyo *.pyd .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg docs/official/ # Virtual Environment venv/ ENV/ env/ .env .venv .pytest_cache/ # IDE .idea/ .vscode/ *.swp *.swo *~ # Jupyter Notebook .ipynb_checkpoints # FreeCAD specific *.FCStd *.FCStd1 *.FCBak # Logs *.log logs/ freecad_server_stderr.log freecad_server_stdout.log mcp-freecad-debug.log mcp-freecad-traceback.log # OS specific .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Project specific squashfs-root/ backups/ tmp/ config.json # API Keys and Secrets api_keys.json **/api_keys.json *.key *.secret secrets.json .env.local # Lock files uv.lock # Generated files mcp-freecad scripts/bin/mcp-freecad # AppImage files *.AppImage *.AppImage.sha256sum *.AppImage.sha512sum *.AppImage.sha384sum *.AppImage.sha224sum *.AppImage.sha1sum *.AppImage.md5sum # Temporary files *.tmp *.bak *.orig # Coverage reports htmlcov/ .coverage .coverage.* coverage.xml # mypy .mypy_cache/ .dmypy.json dmypy.json .cursor/ .cursorignore .cursorindexingignore .cursor/tasks/ .cursorignore .cursorindexingignore # Encrypted files and sensitive data freecad-ai/api_keys.enc *.enc *.encrypted

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/jango-blockchained/mcp-freecad'

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