Skip to main content
Glama
.gitignore•1.15 kB
# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* coverage.json .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # VS Code .vscode/ *.code-workspace # macOS .DS_Store .AppleDouble .LSOverride # Windows Thumbs.db Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db *.stackdump [Dd]esktop.ini $RECYCLE.BIN/ *.lnk # Linux *~ .fuse_hidden* .directory .Trash-* .nfs* # uv .uv/ # Ruff .ruff_cache/ # Pre-commit .pre-commit-cache/ # Secrets and credentials .env.* secrets/ credentials/ *.key *.pem *.cert *.crt # Benchmarking benchmark_results/ *.bench *.prof *.lprof # Documentation build docs/build/ docs/_build/ docs/site/ # Archive files *.zip *.tar *.tar.gz *.tar.bz2 *.7z *.rar # Keep test data !tests/fixtures/*.csv !examples/sample_data.csv

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/jonpspri/databeak'

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