We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evansims/openfga-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
.gitattributes
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# IDE
.idea
.vscode
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing artifacts (but NOT tests/ directory - needed for test container)
phpunit.xml.dist
.phpunit.result.cache
.pest/
coverage/
*.log
junit.xml
integration-junit.xml
# Development
.php-cs-fixer.cache
.php-cs-fixer.dist.php
phpstan.neon.dist
psalm.xml.dist
rector.php
# Documentation
*.md
.github/
# Logs
*.log
# Environment files
.env
.env.*
# Vendor (will be rebuilt)
vendor/
# Claude
.claude/
CLAUDE.md