Skip to main content
Glama

Bybit MCP Server

by sammcj
{ "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "module": "ESNext", "lib": ["ES2020", "DOM", "DOM.Iterable"], "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, /* Path mapping */ "baseUrl": ".", "paths": { "@/*": ["src/*"], "@/types/*": ["src/types/*"], "@/components/*": ["src/components/*"], "@/services/*": ["src/services/*"], "@/utils/*": ["src/utils/*"] } }, "include": ["src/**/*", "vite.config.ts"], "exclude": ["node_modules", "dist"] }

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