Skip to main content
Glama

Bybit MCP Server

by sammcj
# ============================================================================== # Docker Ignore File for Bybit MCP WebUI # ============================================================================== # This file excludes unnecessary files from the Docker build context # to reduce build time and final image size. # ============================================================================== # Development files .env .env.local .env.development .env.test .env.production # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Build outputs (will be copied from builder stage) dist/ build/ .next/ out/ # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Git .git/ .gitignore .gitattributes # Documentation README.md CHANGELOG.md LICENSE *.md # Testing coverage/ .nyc_output/ .jest/ test-results/ playwright-report/ # Logs logs/ *.log # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # ESLint cache .eslintcache # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Storybook build outputs .out .storybook-out # Temporary folders tmp/ temp/ # Docker files (avoid recursive copying) Dockerfile* .dockerignore docker-compose*.yml # Keep entrypoint scripts (they're copied explicitly) # docker-entrypoint.sh # docker-healthcheck.sh # CI/CD .github/ .gitlab-ci.yml .travis.yml .circleci/ # Package manager lock files (will be copied explicitly) # Commented out as we need these for dependency installation # package-lock.json # yarn.lock # pnpm-lock.yaml # Development tools .prettierrc* .eslintrc* tsconfig.json vite.config.ts jest.config.* vitest.config.* # Backup files *.bak *.backup *.old # Local development .local/ .cache/ # Webpack .webpack/ # Vite .vite/ # Turbo .turbo/

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/sammcj/bybit-mcp'

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