Skip to main content
Glama
.gitignore912 B
# ===== Python ===== __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ .venv/ ENV/ env/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ # Linting/Formatting .ruff_cache/ .mypy_cache/ # ===== Environment & Secrets ===== .env .env.* !.env.example *api-key* *API-KEY* *secret* *SECRET* # ===== IDE & Editor ===== .vscode/ .idea/ *.swp *.swo .claude/ .cursor/ .cursor/** # ===== OS ===== .DS_Store Thumbs.db *.log # ===== Project Specific ===== # Local testing test-mcp-local/ local-mcp-test/ mcp.json cursor-mcp-config.json claude-desktop-config.json # Local documentation (keep README.md) *.md !README.md # Test scripts test-*.sh test-*.json check-*.sh quick-test.sh # Development scripts scripts/ examples/ # Bug reports (local only) bug report/

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/bcharleson/Instantly-MCP'

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