Skip to main content
Glama
.dockerignore•631 B
# Git and version control .git .gitignore .github # Python cache and virtual environments __pycache__ *.pyc *.pyo *.pyd .Python *.so .venv venv env .env pip-log.txt # Testing and coverage .pytest_cache .coverage htmlcov .tox coverage.json .mypy_cache .ruff_cache # Development tools .vscode .idea *.swp *.swo *~ # Documentation docs/_build .readthedocs.yml # OS specific files .DS_Store Thumbs.db *.log # Build artifacts build/ dist/ *.egg-info/ # Local configuration *.local .env.local .env.*.local # CI/CD .pre-commit-config.yaml # Development dependencies .dev-requirements.txt # Jupyter notebooks *.ipynb_checkpoints

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