Skip to main content
Glama

OpenFGA MCP

docker-compose.test.yml1.14 kB
services: openfga: image: openfga/openfga:latest container_name: openfga-test command: run environment: - OPENFGA_PLAYGROUND_ENABLED=false - OPENFGA_DATASTORE_ENGINE=memory - OPENFGA_LOG_LEVEL=info - OPENFGA_HTTP_ADDR=0.0.0.0:8080 - OPENFGA_GRPC_ADDR=0.0.0.0:8081 - OPENFGA_PLAYGROUND_PORT=3000 ports: - "8080:8080" - "8081:8081" networks: - openfga-test test-runner: build: context: . dockerfile: Dockerfile.test args: BUILDKIT_CONTEXT_KEEP_GIT_DIR: 1 container_name: openfga-mcp-test depends_on: - openfga environment: - OPENFGA_MCP_API_URL=http://openfga:8080 - OPENFGA_MCP_API_WRITEABLE=true - XDEBUG_MODE=coverage - RUNNING_INTEGRATION_TESTS=true volumes: - ./coverage:/app/coverage - .:/app/output command: ["vendor/bin/pest", "--testsuite", "integration", "--coverage", "--coverage-cobertura", "coverage/integration-cobertura.xml", "--log-junit", "output/integration-junit.xml"] networks: - openfga-test networks: openfga-test: driver: bridge

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