Skip to main content
Glama
.gitignore1.67 kB
# ----------------------------------------------------------------------------- # Python cache / bytecode # ----------------------------------------------------------------------------- __pycache__/ *.pyc *.pyo # ----------------------------------------------------------------------------- # Build artifacts # ----------------------------------------------------------------------------- build/ dist/ wheels/ *.egg-info/ # ----------------------------------------------------------------------------- # Virtual environments (uv, venv) # ----------------------------------------------------------------------------- .venv/ .env/ # ----------------------------------------------------------------------------- # uv # ----------------------------------------------------------------------------- uv.lock # (optional) Uncomment if you want uv.lock committed: # !uv.lock # ----------------------------------------------------------------------------- # Editor / IDE # ----------------------------------------------------------------------------- .vscode/ .idea/ # ----------------------------------------------------------------------------- # OS noise # ----------------------------------------------------------------------------- .DS_Store # ----------------------------------------------------------------------------- # Logs and debug output # ----------------------------------------------------------------------------- *.log logs/ # ----------------------------------------------------------------------------- # Test artifacts # ----------------------------------------------------------------------------- .pytest_cache/ coverage.xml htmlcov/ .coverage*

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/TYLERSFOSTER/MCPSynthController'

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