Skip to main content
Glama

OpenFGA MCP

.gitattributes1.53 kB
# Git attributes for OpenFGA MCP library # Defines which files should be excluded from distribution archives # Development and testing files /.github export-ignore /agents export-ignore /tests export-ignore /scripts export-ignore /tools export-ignore /coverage export-ignore /output export-ignore # Configuration files .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore .php-cs-fixer.cache export-ignore .php-cs-fixer.dist.php export-ignore codecov.yml export-ignore phpstan.neon.dist export-ignore phpunit.xml export-ignore psalm.xml.dist export-ignore rector.php export-ignore # Docker files (for development/testing) Dockerfile.test export-ignore docker-compose.test.yml export-ignore docker-compose.example.yml export-ignore # Documentation and project files (keep these) # /docs folder is intentionally NOT excluded - it contains compiled OpenFGA documentation # README.md, LICENSE, CHANGELOG.md are kept for package users # Test output files *.cache export-ignore integration-junit.xml export-ignore junit.xml export-ignore # Development-only documentation CLAUDE.md export-ignore # Ensure consistent line endings *.php text eol=lf *.md text eol=lf *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf *.xml text eol=lf # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.pdf binary

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/evansims/openfga-mcp'

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