Skip to main content
Glama

Bybit MCP Server

by ethancod1ng
index.ts492 B
#!/usr/bin/env node import { BybitMCPServer } from './server.js'; import { loadConfig, validateConfig } from './config.js'; process.env.TZ = 'UTC'; function logError(error: unknown) { console.error('Server error:', error); process.exit(1); } async function main() { try { const config = loadConfig(); validateConfig(config); const server = new BybitMCPServer(config); await server.start(); } catch (error) { logError(error); } } main().catch(logError);

Latest Blog Posts

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

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