Skip to main content
Glama

DollhouseMCP

by DollhouseMCP
docker-compose.test.ymlโ€ข1.45 kB
version: '3.8' services: mcp-test: image: claude-mcp-test-env:1.0.0 container_name: dollhouse-mcp-test build: context: ../.. dockerfile: docker/test-configs/Dockerfile.claude-testing env_file: - docker/test-environment.env environment: # Override with your test GitHub token GITHUB_TOKEN: ${GITHUB_TOKEN} # Or use OAuth GITHUB_CLIENT_ID: ${GITHUB_CLIENT_ID} volumes: # Isolated test directories - test-portfolio:/app/test-portfolio - test-cache:/app/test-cache - test-logs:/app/test-logs # Mount test data - ./test/fixtures:/app/test-data:ro stdin_open: true tty: true networks: - mcp-test-network # Resource limits to prevent resource exhaustion deploy: resources: limits: cpus: '2.0' memory: 2G reservations: cpus: '0.5' memory: 512M # Optional: Test database for future features # test-db: # image: postgres:15-alpine # environment: # POSTGRES_DB: dollhouse_test # POSTGRES_USER: test_user # POSTGRES_PASSWORD: test_password # volumes: # - test-db-data:/var/lib/postgresql/data # networks: # - mcp-test-network volumes: test-portfolio: driver: local test-cache: driver: local test-logs: driver: local # test-db-data: # driver: local networks: mcp-test-network: 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/DollhouseMCP/DollhouseMCP'

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