Skip to main content
Glama
.dockerignore769 B
# Git .git .gitignore # Python __pycache__ *.pyc *.pyo *.pyd .Python env/ venv/ .venv/ pip-log.txt pip-delete-this-directory.txt .pytest_cache/ .coverage htmlcov/ mcp_stargazing.egg-info/ # Project specific .env .DS_Store src/data/objects.json # We might want to generate this in the build, or copy it if it exists? # Actually, if we run the script in the build, we don't strictly need to copy the local one. # But usually copying the local one is faster if the user already has it. # However, for a reproducible build, we should generate it or assume the source has it. # The user's request implies automation, so generating it in the build is safer. # So I will ignore the local objects.json to ensure the image is self-contained and generated from source script.

Latest Blog Posts

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/StarGazer1995/mcp-stargazing'

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