Skip to main content
Glama

Bybit MCP Server

by sammcj
#!/bin/sh set -e echo "🚀 Starting Bybit MCP WebUI..." echo "📊 Environment: ${NODE_ENV:-production}" echo "🌐 Host: ${HOST:-0.0.0.0}" echo "🔌 Port: ${PORT:-8080}" echo "🔧 MCP Port: ${MCP_PORT:-8080}" # Start the MCP HTTP server echo "🔧 Starting MCP Server..." exec node build/httpServer.js

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