Skip to main content
Glama

Chicken Business Management MCP Server

by PSYGER02
.dockerignore1.79 kB
# Node.js dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Logs logs/ *.log loglevel.json # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ .nyc_output/ # Dependency directories jspm_packages/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Temporary files tmp/ temp/ .tmp/ # Build outputs dist/ build/ # Test outputs test-results/ coverage/ # Database files *.db *.sqlite *.sqlite3 # Backup files *.bak *.backup # Certificate files (exclude from container) ssl/ certificates/ *.pem *.key *.crt # Development tools .git/ .gitignore README.md *.md docs/ # Docker files (don't copy Docker files into the image) Dockerfile* docker-compose*.yml .dockerignore # Development scripts scripts/dev/ scripts/test/ # Configuration files that should be environment-specific config/local.json config/development.json # Large test files or sample data sample-data/ test-data/ fixtures/ # CI/CD files .github/ .gitlab-ci.yml .travis.yml azure-pipelines.yml Jenkinsfile # Package manager files package-lock.json yarn.lock pnpm-lock.yaml # TypeScript source maps (in production) *.map # ESLint and other linting configs .eslintrc* .prettierrc* .stylelintrc* # Testing configuration jest.config.* cypress.json .nyc_output # Monitoring and profiling .clinic/ profile/ # Local development database data/dev/ data/test/

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/PSYGER02/mcpserver'

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