We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grabba-dev/grabba-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Ignore .env files
.env
# Ignore any .env files in subdirectories (e.g., .env.development)
**/.env*
# Common exclusions
.git
.gitignore
.vscode/
__pycache__/
*.pyc
*.log
venv/
.mypy_cache/
.pytest_cache/
coverage/
reports/