Skip to main content
Glama
.gitignore1.31 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 MANIFEST pip-log.txt pip-delete-this-directory.txt # Virtual Environment venv/ ENV/ env/ .env .venv .pytest_cache/ .tox/ .nox/ # IDE .idea/ .vscode/ *.swp *.swo *~ .DS_Store # Jupyter Notebook .ipynb_checkpoints *.ipynb # FreeCAD specific *.FCStd *.FCStd1 *.FCBak squashfs-root/ # 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 backups/ tmp/ config.json # API Keys and Secrets api_keys.json **/api_keys.json *.key *.secret secrets.json .env.local *.enc *.encrypted # Lock files uv.lock poetry.lock Pipfile.lock # Generated files mcp-freecad scripts/bin/mcp-freecad # AppImage files *.AppImage *.AppImage.*sum # Temporary files *.tmp *.bak *.orig # Coverage reports htmlcov/ .coverage .coverage.* coverage.xml *.cover .hypothesis/ # Type checking .mypy_cache/ .dmypy.json dmypy.json .pyre/ .pytype/ # Documentation docs/official/ docs/_build/ docs/.doctrees/ # Cursor IDE specific .cursor/ .cursorignore .cursorindexingignore

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