Skip to main content
Glama
.gitignore1.65 kB
# =================================== # Fichier .gitignore pour DroitFrancaisMCP # =================================== # === SECRETS ET CONFIGURATION === # CRITIQUE : Ne JAMAIS committer ces fichiers ! .env .env.local .env.production .env.*.local *.pem *.key credentials.json secrets/ # === Python === __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ old/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST pip-log.txt pip-delete-this-directory.txt # Tests et coverage htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # Environments .venv/ venv/ ENV/ env/ env.bak/ venv.bak/ # mypy .mypy_cache/ .dmypy.json dmypy.json # === IDEs === # VSCode .vscode/ *.code-workspace # PyCharm .idea/ *.iml *.iws *.ipr # Sublime Text *.sublime-project *.sublime-workspace # Vim *.swp *.swo *~ # === OS === # macOS .DS_Store .AppleDouble .LSOverride ._* .Spotlight-V100 .Trashes # Windows Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ # Linux *~ .directory # === Logs === logs/ *.log droit_francais_mcp.log # === Configuration sensible === cabinet_config.json claude_desktop_config.json mcp_config.json # === Fichiers temporaires === *.tmp *.bak *.backup *_backup_* *.old *.orig # === Claude Code / Vibe coding === .claude/ # === Données de test sensibles === test_data/secrets/ test_data/credentials/

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/jmtanguy/droit-francais-mcp'

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